diff options
Diffstat (limited to 'macway/keymap.h')
| -rw-r--r-- | macway/keymap.h | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/macway/keymap.h b/macway/keymap.h index b428b47a8..c65c2e19b 100644 --- a/macway/keymap.h +++ b/macway/keymap.h | |||
| @@ -1,20 +1,7 @@ | |||
| 1 | #ifndef KEYMAP_H | 1 | #ifndef KEYMAP_H |
| 2 | #define KEYMAP_H 1 | 2 | #define KEYMAP_H 1 |
| 3 | 3 | ||
| 4 | #include <stdint.h> | ||
| 5 | #include <stdbool.h> | ||
| 6 | #include "usb_keycodes.h" | 4 | #include "usb_keycodes.h" |
| 7 | 5 | #include "keymap_skel.h" | |
| 8 | |||
| 9 | #define MATRIX_ROWS 9 | ||
| 10 | #define MATRIX_COLS 8 | ||
| 11 | |||
| 12 | |||
| 13 | extern int current_layer; | ||
| 14 | extern bool key_sent; | ||
| 15 | |||
| 16 | |||
| 17 | int get_layer(void); | ||
| 18 | uint8_t get_keycode(int layer, int row, int col); | ||
| 19 | 6 | ||
| 20 | #endif | 7 | #endif |
