summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/xeal60/keymaps/bbaserdem/config.h
diff options
context:
space:
mode:
authoralex-ong <the.onga@gmail.com>2018-08-12 17:23:58 +1000
committeralex-ong <the.onga@gmail.com>2018-08-12 17:23:58 +1000
commit2758158a4bb15b0f5ec30de92760133248afe1f8 (patch)
treeab6cbaa941139c8c397284465f15e5537d0ba533 /keyboards/handwired/xeal60/keymaps/bbaserdem/config.h
parent619b5d1e6d40c37eb77036158b8f2b99d673e2ba (diff)
Added xeal60 via clone of lets split
Diffstat (limited to 'keyboards/handwired/xeal60/keymaps/bbaserdem/config.h')
-rw-r--r--keyboards/handwired/xeal60/keymaps/bbaserdem/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/handwired/xeal60/keymaps/bbaserdem/config.h b/keyboards/handwired/xeal60/keymaps/bbaserdem/config.h
new file mode 100644
index 0000000000..6a90e1c356
--- /dev/null
+++ b/keyboards/handwired/xeal60/keymaps/bbaserdem/config.h
@@ -0,0 +1,27 @@
+#ifndef CONFIG_KEYMAP_H
+#define CONFIG_KEYMAP_H
+
+#include "../../config.h"
+
+#define USE_SERIAL
+#define EE_HANDS
+
+// LED strip stuff
+#ifdef RGBLIGHT_ENABLE
+
+// Who thought it was a good idea to predefine these in the rev2/config.h ???
+#ifdef RGBLED_NUM
+#undef RGBLED_NUM
+#endif
+#define RGBLED_NUM 12
+
+#define RGBLIGHT_HUE_STEP 6
+#define RGBLIGHT_SAT_STEP 12
+#define RGBLIGHT_VAL_STEP 20
+#define RGBLIGHT_ANIMATIONS
+#define RGBLIGHT_EFFECT_SNAKE_LENGTH 6
+#define RGBLIGHT_EFFECT_CHRISTMAS_INTERVAL 2000
+#define RGBLIGHT_EFFECT_CHRISTMAS_STEP 1
+#endif
+
+#endif