summaryrefslogtreecommitdiffstats
path: root/layouts/community/ortho_5x12/xyverz/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/community/ortho_5x12/xyverz/config.h')
-rw-r--r--layouts/community/ortho_5x12/xyverz/config.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/layouts/community/ortho_5x12/xyverz/config.h b/layouts/community/ortho_5x12/xyverz/config.h
new file mode 100644
index 000000000..0481aa814
--- /dev/null
+++ b/layouts/community/ortho_5x12/xyverz/config.h
@@ -0,0 +1,25 @@
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+// Number of backlight levels
+#undef BACKLIGHT_LEVELS
+#define BACKLIGHT_LEVELS 8
+
+/* ws2812 RGB LED */
+#undef RGB_DI_PIN
+#define RGB_DI_PIN B3
+#undef RGBLED_NUM
+#define RGBLIGHT_ANIMATIONS
+#define RGBLED_NUM 11 // Number of LEDs
+#undef RGBLIGHT_HUE_STEP
+#define RGBLIGHT_HUE_STEP 8
+#undef RGBLIGHT_SAT_STEP
+#define RGBLIGHT_SAT_STEP 8
+#undef RGBLIGHT_VAL_STEP
+#define RGBLIGHT_VAL_STEP 8
+
+// for the split boards //
+#define USE_SERIAL
+#define EE_HANDS
+
+#endif