diff options
Diffstat (limited to 'keymap.h')
| -rw-r--r-- | keymap.h | 9 |
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 @@ | |||
| 1 | #ifndef KEYMAP_H | ||
| 2 | #define KEYMAP_H 1 | ||
| 3 | |||
| 4 | #include <stdint.h> | ||
| 5 | #include "usbkeycodes.h" | ||
| 6 | |||
| 7 | uint8_t get_keycode(uint8_t row, uint8_t col); | ||
| 8 | |||
| 9 | #endif | ||
