summaryrefslogtreecommitdiff
path: root/keymap.h
diff options
context:
space:
mode:
Diffstat (limited to 'keymap.h')
-rw-r--r--keymap.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/keymap.h b/keymap.h
new file mode 100644
index 000000000..bf6e47240
--- /dev/null
+++ b/keymap.h
@@ -0,0 +1,9 @@
+#ifndef KEYMAP_H
+#define KEYMAP_H 1
+
+#include <stdint.h>
+#include "usbkeycodes.h"
+
+uint8_t get_keycode(uint8_t row, uint8_t col);
+
+#endif