summaryrefslogtreecommitdiff
path: root/layouts/community/ortho_4x12/xyverz/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_4x12/xyverz/config.h')
-rw-r--r--layouts/community/ortho_4x12/xyverz/config.h30
1 files changed, 30 insertions, 0 deletions
diff --git a/layouts/community/ortho_4x12/xyverz/config.h b/layouts/community/ortho_4x12/xyverz/config.h
new file mode 100644
index 000000000..cf83cbf19
--- /dev/null
+++ b/layouts/community/ortho_4x12/xyverz/config.h
@@ -0,0 +1,30 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#define MIDI_BASIC
+
+#define USE_SERIAL
+
+#define EE_HANDS
+
+#undef RGBLED_NUM
+#ifdef KEYBOARD_planck_rev5
+ #define RGBLED_NUM 10
+ #define RGB_DI_PIN D1
+#endif
+#ifdef KEYBOARD_levinson_rev2
+ #define RGBLED_NUM
+#endif
+#ifdef KEYBOARD_lets_split_rev2
+ #define RGBLED_NUM
+#endif
+
+#define RGBLIGHT_ANIMATIONS
+#define RGBLIGHT_HUE_STEP 8
+#define RGBLIGHT_SAT_STEP 8
+#define RGBLIGHT_VAL_STEP 8
+
+#undef BACKLIGHT_LEVELS
+#define BACKLIGHT_LEVELS 8
+
+#endif