diff options
Diffstat (limited to 'keyboards/handwired')
4 files changed, 0 insertions, 17 deletions
diff --git a/keyboards/handwired/frenchdev/keymaps/default/keymap.c b/keyboards/handwired/frenchdev/keymaps/default/keymap.c index 635383b55..9912a3e98 100644 --- a/keyboards/handwired/frenchdev/keymaps/default/keymap.c +++ b/keyboards/handwired/frenchdev/keymaps/default/keymap.c | |||
@@ -176,11 +176,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
176 | 176 | ||
177 | }; | 177 | }; |
178 | 178 | ||
179 | |||
180 | const uint16_t PROGMEM fn_actions[] = { | ||
181 | |||
182 | }; | ||
183 | |||
184 | void hold_shift(void) { | 179 | void hold_shift(void) { |
185 | shift_count = shift_count + 1; | 180 | shift_count = shift_count + 1; |
186 | register_code(KC_LSHIFT); | 181 | register_code(KC_LSHIFT); |
diff --git a/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c b/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c index 9cd58c0ec..130465e8d 100644 --- a/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c +++ b/keyboards/handwired/ibm122m/keymaps/lukaus/keymap.c | |||
@@ -137,10 +137,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
137 | ),*/ | 137 | ),*/ |
138 | }; | 138 | }; |
139 | 139 | ||
140 | const uint16_t PROGMEM fn_actions[] = { | ||
141 | |||
142 | }; | ||
143 | |||
144 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 140 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
145 | { | 141 | { |
146 | // MACRODOWN only works in this function | 142 | // MACRODOWN only works in this function |
diff --git a/keyboards/handwired/retro_refit/keymaps/default/keymap.c b/keyboards/handwired/retro_refit/keymaps/default/keymap.c index 598541a05..a850bd508 100644 --- a/keyboards/handwired/retro_refit/keymaps/default/keymap.c +++ b/keyboards/handwired/retro_refit/keymaps/default/keymap.c | |||
@@ -11,10 +11,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
11 | LCTL, LGUI, LALT, SPC, INS, DEL, LEFT, DOWN, RGHT), | 11 | LCTL, LGUI, LALT, SPC, INS, DEL, LEFT, DOWN, RGHT), |
12 | }; | 12 | }; |
13 | 13 | ||
14 | const uint16_t PROGMEM fn_actions[] = { | ||
15 | |||
16 | }; | ||
17 | |||
18 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) | 14 | const macro_t *action_get_macro(keyrecord_t *record, uint8_t id, uint8_t opt) |
19 | { | 15 | { |
20 | // MACRODOWN only works in this function | 16 | // MACRODOWN only works in this function |
diff --git a/keyboards/handwired/woodpad/keymaps/default/keymap.c b/keyboards/handwired/woodpad/keymaps/default/keymap.c index 1fa90ba91..70c05fc27 100644 --- a/keyboards/handwired/woodpad/keymaps/default/keymap.c +++ b/keyboards/handwired/woodpad/keymaps/default/keymap.c | |||
@@ -59,10 +59,6 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { | |||
59 | ), | 59 | ), |
60 | }; | 60 | }; |
61 | 61 | ||
62 | const uint16_t PROGMEM fn_actions[] = { | ||
63 | |||
64 | }; | ||
65 | |||
66 | void numlock_led_on(void) { | 62 | void numlock_led_on(void) { |
67 | PORTF |= (1<<7); | 63 | PORTF |= (1<<7); |
68 | } | 64 | } |