summaryrefslogtreecommitdiff
path: root/keyboards/lets_split/keymaps/hexwire/config.h
diff options
context:
space:
mode:
authorDanny Nguyen2017-03-14 09:51:48 -0400
committerDanny Nguyen2017-03-14 09:51:48 -0400
commit52ea58805a74fd4310f3c6a26271245001127cce (patch)
tree7cf1c7a50fecf6085b38e15481ec06f192aa8e02 /keyboards/lets_split/keymaps/hexwire/config.h
parent3df35f712eca0fddcd3aabf62de7f32d8a5cb11b (diff)
Add RGB underglow, move keys to allow Adjust layer to be reached
Diffstat (limited to 'keyboards/lets_split/keymaps/hexwire/config.h')
-rw-r--r--keyboards/lets_split/keymaps/hexwire/config.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/lets_split/keymaps/hexwire/config.h b/keyboards/lets_split/keymaps/hexwire/config.h
index cd766cc4f..b45214fe0 100644
--- a/keyboards/lets_split/keymaps/hexwire/config.h
+++ b/keyboards/lets_split/keymaps/hexwire/config.h
@@ -20,6 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
+#undef RGBLED_NUM
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 8
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"