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 0000000000..bf6e472404 --- /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 |