diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-07-24 16:39:11 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-07-25 23:10:40 -0400 |
commit | d80063ff513969f622a6cffd1a9d074ccc3cfa24 (patch) | |
tree | 1525e3d17f99c0827b93063fc6db1900378d0a09 /app/include/zmk/display.h | |
parent | 91d8237cab170e16d5a9349c06d15ac6e78e14cd (diff) |
Initial display support.
Diffstat (limited to 'app/include/zmk/display.h')
-rw-r--r-- | app/include/zmk/display.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/app/include/zmk/display.h b/app/include/zmk/display.h new file mode 100644 index 0000000..93ac3ff --- /dev/null +++ b/app/include/zmk/display.h @@ -0,0 +1,10 @@ +/* + * Copyright (c) 2020 Peter Johanson <peter@peterjohanson.com> + * + * SPDX-License-Identifier: MIT + */ + +#pragma once + +int zmk_display_init(); +void zmk_display_task_handler();
\ No newline at end of file |