aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Nguyen <danny@80pct.com>2017-04-03 12:06:28 -0400
committerDanny Nguyen <danny@80pct.com>2017-04-03 12:06:28 -0400
commit48f4c5997bd0e041379f592f3e1e0c306e5a5e4d (patch)
treeeb23da8ad41fcd9be3257bdc7576325c053ee33c
parent344ebbac43ef510b29cdcdff2688186ee3ffead7 (diff)
downloadqmk_firmware-48f4c5997bd0e041379f592f3e1e0c306e5a5e4d.tar.gz
qmk_firmware-48f4c5997bd0e041379f592f3e1e0c306e5a5e4d.zip
Move defines for RGB to after the config.h include
-rw-r--r--keyboards/lets_split/keymaps/hexwire/config.h14
1 files changed, 7 insertions, 7 deletions
diff --git a/keyboards/lets_split/keymaps/hexwire/config.h b/keyboards/lets_split/keymaps/hexwire/config.h
index 9c8c6d7f4..e5a779f63 100644
--- a/keyboards/lets_split/keymaps/hexwire/config.h
+++ b/keyboards/lets_split/keymaps/hexwire/config.h
@@ -20,13 +20,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
20 20
21#define TAPPING_TERM 150 21#define TAPPING_TERM 150
22 22
23#undef RGBLED_NUM
24#define RGBLIGHT_ANIMATIONS
25#define RGBLED_NUM 8
26#define RGBLIGHT_HUE_STEP 8
27#define RGBLIGHT_SAT_STEP 8
28#define RGBLIGHT_VAL_STEP 8
29
30#ifdef SUBPROJECT_rev1 23#ifdef SUBPROJECT_rev1
31 #include "../../rev1/config.h" 24 #include "../../rev1/config.h"
32 #define COMPACT_KEYMAP( \ 25 #define COMPACT_KEYMAP( \
@@ -68,3 +61,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
68#ifdef SUBPROJECT_rev2fliphalf 61#ifdef SUBPROJECT_rev2fliphalf
69 #include "../../rev2fliphalf/config.h" 62 #include "../../rev2fliphalf/config.h"
70#endif 63#endif
64
65#undef RGBLED_NUM
66#define RGBLIGHT_ANIMATIONS
67#define RGBLED_NUM 8
68#define RGBLIGHT_HUE_STEP 8
69#define RGBLIGHT_SAT_STEP 8
70#define RGBLIGHT_VAL_STEP 8