diff options
Diffstat (limited to 'keyboards/gh60/satan/keymaps/dbroqua/keymap.c')
-rw-r--r-- | keyboards/gh60/satan/keymaps/dbroqua/keymap.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/keyboards/gh60/satan/keymaps/dbroqua/keymap.c b/keyboards/gh60/satan/keymaps/dbroqua/keymap.c index d1dc4c3c38..a9a54bf764 100644 --- a/keyboards/gh60/satan/keymaps/dbroqua/keymap.c +++ b/keyboards/gh60/satan/keymaps/dbroqua/keymap.c @@ -77,12 +77,6 @@ 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 - return MACRO_NONE; -}; - enum function_id { RGBLED_TOGGLE, RGBLED_STEP_MODE, |