diff options
Diffstat (limited to 'keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c')
| -rw-r--r-- | keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c b/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c index 130465e8d..9f37798ed 100644 --- a/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c +++ b/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c | |||
| @@ -137,30 +137,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
| 137 | ),*/ | 137 | ),*/ |
| 138 | }; | 138 | }; |
| 139 | 139 | ||
| 140 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | ||
| 141 | { | ||
| 142 | // MACRODOWN only works in this function | ||
| 143 | switch(id) { | ||
| 144 | case 0: | ||
| 145 | if (record->event.pressed) { | ||
| 146 | register_code(KC_RSFT); | ||
| 147 | } else { | ||
| 148 | unregister_code(KC_RSFT); | ||
| 149 | } | ||
| 150 | break; | ||
| 151 | } | ||
| 152 | return MACRO_NONE; | ||
| 153 | }; | ||
| 154 | |||
| 155 | |||
| 156 | void matrix_init_user(void) { | ||
| 157 | |||
| 158 | } | ||
| 159 | |||
| 160 | void matrix_scan_user(void) { | ||
| 161 | |||
| 162 | } | ||
| 163 | |||
| 164 | bool left_shift_down = false; | 140 | bool left_shift_down = false; |
| 165 | bool right_shift_down = false; | 141 | bool right_shift_down = false; |
| 166 | 142 | ||
