diff options
Diffstat (limited to 'keyboards/zinc/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/zinc/keymaps/default/keymap.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/zinc/keymaps/default/keymap.c b/keyboards/zinc/keymaps/default/keymap.c index 7729914ec..0f08d21ee 100644 --- a/keyboards/zinc/keymaps/default/keymap.c +++ b/keyboards/zinc/keymaps/default/keymap.c | |||
@@ -1,6 +1,5 @@ | |||
1 | #include QMK_KEYBOARD_H | 1 | #include QMK_KEYBOARD_H |
2 | 2 | ||
3 | extern keymap_config_t keymap_config; | ||
4 | 3 | ||
5 | #ifdef RGBLIGHT_ENABLE | 4 | #ifdef RGBLIGHT_ENABLE |
6 | //Following line allows macro to read current RGB settings | 5 | //Following line allows macro to read current RGB settings |
@@ -302,5 +301,3 @@ void matrix_init_user(void) { | |||
302 | RGB_current_config = rgblight_config; | 301 | RGB_current_config = rgblight_config; |
303 | #endif | 302 | #endif |
304 | } | 303 | } |
305 | |||
306 | |||