diff options
Diffstat (limited to 'keyboards/handwired/frenchdev/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/handwired/frenchdev/keymaps/default/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/handwired/frenchdev/keymaps/default/keymap.c b/keyboards/handwired/frenchdev/keymaps/default/keymap.c index 2ef10ca11..1ead4e50e 100644 --- a/keyboards/handwired/frenchdev/keymaps/default/keymap.c +++ b/keyboards/handwired/frenchdev/keymaps/default/keymap.c | |||
@@ -205,9 +205,6 @@ void press_underscore(void) { | |||
205 | if(shift_count > 0) register_code (KC_LSHIFT); | 205 | if(shift_count > 0) register_code (KC_LSHIFT); |
206 | } | 206 | } |
207 | 207 | ||
208 | void matrix_init_user(void) { | ||
209 | } | ||
210 | |||
211 | // Bleah globals need to be initialized. | 208 | // Bleah globals need to be initialized. |
212 | uint8_t old_layer=_BASE; | 209 | uint8_t old_layer=_BASE; |
213 | 210 | ||