X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Famj96%2Fkeymaps%2Fdefault%2Fkeymap.c;h=a520fdeb31fb9162d24f0a8e2acc2f2d4b0b2576;hb=f14629ed1cd7c7ec9089604d64f29a99981558e8;hp=514c2166816a5dd1969d74069b961e850afd1033;hpb=d977daa8dc9136746425f9e1414e1f93cb161877;p=qmk_firmware.git diff --git a/keyboards/amj96/keymaps/default/keymap.c b/keyboards/amj96/keymaps/default/keymap.c index 514c21668..a520fdeb3 100644 --- a/keyboards/amj96/keymaps/default/keymap.c +++ b/keyboards/amj96/keymaps/default/keymap.c @@ -36,22 +36,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 - switch(id) { - case 0: - if (record->event.pressed) { - register_code(KC_RSFT); - } else { - unregister_code(KC_RSFT); - } - break; - } - return MACRO_NONE; -}; - - void matrix_init_user(void) { }