diff options
Diffstat (limited to 'keyboards/naked48/keymaps/default/keymap.c')
-rw-r--r-- | keyboards/naked48/keymaps/default/keymap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/keyboards/naked48/keymaps/default/keymap.c b/keyboards/naked48/keymaps/default/keymap.c index 686685e26..616967f57 100644 --- a/keyboards/naked48/keymaps/default/keymap.c +++ b/keyboards/naked48/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 |
@@ -109,4 +108,3 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) { | |||
109 | void matrix_init_user(void) { | 108 | void matrix_init_user(void) { |
110 | 109 | ||
111 | } | 110 | } |
112 | |||