summaryrefslogtreecommitdiff
path: root/keyboards/matrix/m12og/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/matrix/m12og/config.h')
-rw-r--r--keyboards/matrix/m12og/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/matrix/m12og/config.h b/keyboards/matrix/m12og/config.h
index 7cd82e05b6..fae5192a33 100644
--- a/keyboards/matrix/m12og/config.h
+++ b/keyboards/matrix/m12og/config.h
@@ -26,12 +26,13 @@
#define DIODE_DIRECTION COL2ROW
#define RGB_DI_PIN B3
+
#ifdef RGB_DI_PIN
#define RGBLIGHT_ANIMATIONS
-
#define RGBLED_NUM 16
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#define RGBLIGHT_SLEEP
+#define WS2812_BYTE_ORDER WS2812_BYTE_ORDER_RGB
#endif