diff options
Diffstat (limited to 'keyboards/kira75/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/kira75/keymaps/default/keymap.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/kira75/keymaps/default/keymap.c b/keyboards/kira75/keymaps/default/keymap.c index 7a08c4e50..74fa1ed84 100644 --- a/keyboards/kira75/keymaps/default/keymap.c +++ b/keyboards/kira75/keymaps/default/keymap.c | |||
@@ -26,22 +26,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
26 | ), | 26 | ), |
27 | }; | 27 | }; |
28 | 28 | ||
29 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
30 | { | ||
31 | // MACRODOWN only works in this function | ||
32 | switch(id) { | ||
33 | case 0: | ||
34 | if (record->event.pressed) { | ||
35 | register_code(KC_RSFT); | ||
36 | } else { | ||
37 | unregister_code(KC_RSFT); | ||
38 | } | ||
39 | break; | ||
40 | } | ||
41 | return MACRO_NONE; | ||
42 | }; | ||
43 | |||
44 | |||
45 | void matrix_init_user(void) { | 29 | void matrix_init_user(void) { |
46 | 30 | ||
47 | } | 31 | } |