1
0
Fork 0

[Keyboard] Matrix 1.2og AVR PCB - VIA support (#12534)

This commit is contained in:
kb-elmo 2021-04-20 19:24:36 +02:00 committed by GitHub
parent 271c7d4923
commit 45a557641d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 92 additions and 18 deletions

View file

@ -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