aboutsummaryrefslogtreecommitdiff
path: root/keyboards/helix
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix')
-rw-r--r--keyboards/helix/pico/keymaps/default/keymap.c1
-rw-r--r--keyboards/helix/rev1/keymaps/default/keymap.c1
-rw-r--r--keyboards/helix/rev2/keymaps/default/keymap.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/helix/pico/keymaps/default/keymap.c b/keyboards/helix/pico/keymaps/default/keymap.c
index c5ab84abe..8d1de894f 100644
--- a/keyboards/helix/pico/keymaps/default/keymap.c
+++ b/keyboards/helix/pico/keymaps/default/keymap.c
@@ -11,7 +11,6 @@
11 #include "ssd1306.h" 11 #include "ssd1306.h"
12#endif 12#endif
13 13
14extern keymap_config_t keymap_config;
15 14
16#ifdef RGBLIGHT_ENABLE 15#ifdef RGBLIGHT_ENABLE
17//Following line allows macro to read current RGB settings 16//Following line allows macro to read current RGB settings
diff --git a/keyboards/helix/rev1/keymaps/default/keymap.c b/keyboards/helix/rev1/keymaps/default/keymap.c
index 299840e3d..85391f8f6 100644
--- a/keyboards/helix/rev1/keymaps/default/keymap.c
+++ b/keyboards/helix/rev1/keymaps/default/keymap.c
@@ -1,6 +1,5 @@
1#include QMK_KEYBOARD_H 1#include QMK_KEYBOARD_H
2 2
3extern keymap_config_t keymap_config;
4 3
5// Each layer gets a name for readability, which is then used in the keymap matrix below. 4// Each layer gets a name for readability, which is then used in the keymap matrix below.
6// The underscores don't mean anything - you can have a layer called STUFF or any other name. 5// The underscores don't mean anything - you can have a layer called STUFF or any other name.
diff --git a/keyboards/helix/rev2/keymaps/default/keymap.c b/keyboards/helix/rev2/keymaps/default/keymap.c
index 2f4736add..4b8b26ecd 100644
--- a/keyboards/helix/rev2/keymaps/default/keymap.c
+++ b/keyboards/helix/rev2/keymaps/default/keymap.c
@@ -11,7 +11,6 @@
11 #include "ssd1306.h" 11 #include "ssd1306.h"
12#endif 12#endif
13 13
14extern keymap_config_t keymap_config;
15 14
16#ifdef RGBLIGHT_ENABLE 15#ifdef RGBLIGHT_ENABLE
17//Following line allows macro to read current RGB settings 16//Following line allows macro to read current RGB settings