diff options
Diffstat (limited to 'keyboards/xd75/keymaps/kim-kim-xd73/keymap.c')
-rw-r--r-- | keyboards/xd75/keymaps/kim-kim-xd73/keymap.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c b/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c index edbcfe97be..fdcc47cabe 100644 --- a/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c +++ b/keyboards/xd75/keymaps/kim-kim-xd73/keymap.c @@ -115,21 +115,3 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { ) }; - -const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) -{ - // MACRODOWN only works in this function - switch(id) { - case 0: - if (record->event.pressed) { - #ifdef BACKLIGHT_ENABLE - - #endif - } else { - #ifdef BACKLIGHT_ENABLE - - #endif - } - } - return MACRO_NONE; -}; |