diff options
Diffstat (limited to 'driver/keyboard.c')
| -rw-r--r-- | driver/keyboard.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/keyboard.c b/driver/keyboard.c index da8fe54..2141622 100644 --- a/driver/keyboard.c +++ b/driver/keyboard.c @@ -26,6 +26,7 @@ int hex_to_dec(char c) return c+10-'a'; } +// TODO: dynamic static void put(uint8_t c) { compositor_kb_handle(c); |
