summaryrefslogtreecommitdiff
path: root/keyboards/matrix/m12og/config.h
diff options
context:
space:
mode:
authorkb-elmo <lorwel@mailbox.org>2021-04-20 19:24:36 +0200
committerGitHub <noreply@github.com>2021-04-20 10:24:36 -0700
commit45a557641d89330fb8b3777c02606413374931bd (patch)
treebc6aa82a81e81a58718eff2d1c28782bca384501 /keyboards/matrix/m12og/config.h
parent271c7d4923f58d6e4548ff2124de2c6af11e6fb6 (diff)
[Keyboard] Matrix 1.2og AVR PCB - VIA support (#12534)
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