diff options
Diffstat (limited to 'keyboards/knops/mini/keymaps/mverteuil/keymap.c')
-rw-r--r-- | keyboards/knops/mini/keymaps/mverteuil/keymap.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/knops/mini/keymaps/mverteuil/keymap.c b/keyboards/knops/mini/keymaps/mverteuil/keymap.c index 5ecba0d5a..bd172e7aa 100644 --- a/keyboards/knops/mini/keymaps/mverteuil/keymap.c +++ b/keyboards/knops/mini/keymaps/mverteuil/keymap.c | |||
@@ -270,7 +270,7 @@ void led_set_layer(int layer) { | |||
270 | /* | 270 | /* |
271 | * Prepare all LED ports for output | 271 | * Prepare all LED ports for output |
272 | */ | 272 | */ |
273 | void led_init_ports() { | 273 | void led_init_ports_user() { |
274 | setPinOutput(D7); // Switch 1 LED | 274 | setPinOutput(D7); // Switch 1 LED |
275 | setPinOutput(C6); // Switch 2 LED Pin1 | 275 | setPinOutput(C6); // Switch 2 LED Pin1 |
276 | setPinOutput(C7); // Switch 2 LED Pin2 | 276 | setPinOutput(C7); // Switch 2 LED Pin2 |
@@ -291,7 +291,7 @@ layer_state_t layer_state_set_user(layer_state_t state) { | |||
291 | } | 291 | } |
292 | 292 | ||
293 | void matrix_init_user(void) { | 293 | void matrix_init_user(void) { |
294 | led_init_ports(); | 294 | led_init_ports_user(); |
295 | led_init_animation(); | 295 | led_init_animation(); |
296 | } | 296 | } |
297 | 297 | ||