aboutsummaryrefslogtreecommitdiff
path: root/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c')
-rw-r--r--keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c24
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
140const 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
156void matrix_init_user(void) {
157
158}
159
160void matrix_scan_user(void) {
161
162}
163
164bool left_shift_down = false; 140bool left_shift_down = false;
165bool right_shift_down = false; 141bool right_shift_down = false;
166 142