diff options
author | kb-elmo <lorwel@mailbox.org> | 2021-04-20 19:24:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-20 10:24:36 -0700 |
commit | 45a557641d89330fb8b3777c02606413374931bd (patch) | |
tree | bc6aa82a81e81a58718eff2d1c28782bca384501 /keyboards/matrix/m12og/config.h | |
parent | 271c7d4923f58d6e4548ff2124de2c6af11e6fb6 (diff) | |
download | qmk_firmware-45a557641d89330fb8b3777c02606413374931bd.tar.gz qmk_firmware-45a557641d89330fb8b3777c02606413374931bd.zip |
[Keyboard] Matrix 1.2og AVR PCB - VIA support (#12534)
Diffstat (limited to 'keyboards/matrix/m12og/config.h')
-rw-r--r-- | keyboards/matrix/m12og/config.h | 3 |
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 |