diff options
Diffstat (limited to 'layouts/community/60_iso/unxmaal/keymap.c')
| -rw-r--r-- | layouts/community/60_iso/unxmaal/keymap.c | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/layouts/community/60_iso/unxmaal/keymap.c b/layouts/community/60_iso/unxmaal/keymap.c index 9441997b4..5c8325e62 100644 --- a/layouts/community/60_iso/unxmaal/keymap.c +++ b/layouts/community/60_iso/unxmaal/keymap.c | |||
| @@ -119,21 +119,6 @@ const uint16_t PROGMEM fn_actions[] = { | |||
| 119 | [12] = ACTION_FUNCTION(SHIFT_ESC), | 119 | [12] = ACTION_FUNCTION(SHIFT_ESC), |
| 120 | }; | 120 | }; |
| 121 | 121 | ||
| 122 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 123 | { | ||
| 124 | // MACRODOWN only works in this function | ||
| 125 | switch(id) { | ||
| 126 | case 0: | ||
| 127 | if (record->event.pressed) { | ||
| 128 | register_code(KC_RSFT); | ||
| 129 | } else { | ||
| 130 | unregister_code(KC_RSFT); | ||
| 131 | } | ||
| 132 | break; | ||
| 133 | } | ||
| 134 | return MACRO_NONE; | ||
| 135 | }; | ||
| 136 | |||
| 137 | void matrix_scan_user(void) { | 122 | void matrix_scan_user(void) { |
| 138 | 123 | ||
| 139 | // Layer LED indicators | 124 | // Layer LED indicators |
