aboutsummaryrefslogtreecommitdiffstats
path: root/keyboard.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-09-28 10:26:46 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-09-28 10:26:46 -0400
commitba5683581d00d9f02d470f4cde881293cc838a91 (patch)
tree772863e39677ae02b84a06f233d0a713d44d2f22 /keyboard.hpp
parent376d7ec265085ae3a77664356a2ad35921cfccaf (diff)
basic keyboard support
Diffstat (limited to 'keyboard.hpp')
-rw-r--r--keyboard.hpp7
1 files changed, 7 insertions, 0 deletions
diff --git a/keyboard.hpp b/keyboard.hpp
new file mode 100644
index 0000000..40b57c9
--- /dev/null
+++ b/keyboard.hpp
@@ -0,0 +1,7 @@
+#ifndef KEYBOARD_HPP
+#define KEYBOARD_HPP
+
+void keyboard_initialize();
+
+#endif // KEYBOARD_HPP
+