diff options
Diffstat (limited to 'keyboards/kinesis/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/kinesis/keymaps/default/keymap.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/kinesis/keymaps/default/keymap.c b/keyboards/kinesis/keymaps/default/keymap.c index f36d6dd1d..98de455e5 100644 --- a/keyboards/kinesis/keymaps/default/keymap.c +++ b/keyboards/kinesis/keymaps/default/keymap.c | |||
@@ -52,11 +52,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
52 | ) | 52 | ) |
53 | }; | 53 | }; |
54 | 54 | ||
55 | |||
56 | const uint16_t PROGMEM fn_actions[] = { | ||
57 | |||
58 | }; | ||
59 | |||
60 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 55 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
61 | { | 56 | { |
62 | // MACRODOWN only works in this function | 57 | // MACRODOWN only works in this function |