]> git.gir.st - tmk_keyboard.git/blob - keymap.h
store Keymap into program space.
[tmk_keyboard.git] / keymap.h
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
Imprint / Impressum