[Keyboard] Fix keymaps, RGB matrix, add support for WS2812 (#14974)

This commit is contained in:
AnthonyNguyen168
2021-11-01 10:45:48 +07:00
committed by GitHub
parent fe0acdd2cb
commit 3c08817e44
7 changed files with 83 additions and 77 deletions

View File

@@ -55,7 +55,7 @@
# define RGBLIGHT_EFFECT_RGB_TEST
# define RGBLIGHT_EFFECT_ALTERNATING
# define RGBLIGHT_EFFECT_TWINKLE
# define RGBLED_NUM 12
# define RGBLED_NUM 20
# define RGBLIGHT_HUE_STEP 8
# define RGBLIGHT_SAT_STEP 8
# define RGBLIGHT_VAL_STEP 8
@@ -88,8 +88,7 @@
# define DISABLE_RGB_MATRIX_MULTISPLASH
# define DISABLE_RGB_MATRIX_SOLID_SPLASH
# define DISABLE_RGB_MATRIX_SOLID_MULTISPLASH
# define DISABLE_RGB_MATRIX_DIGITAL_RAIN
# define DRIVER_ADDR_1 0b1010000
# define DRIVER_COUNT 1
# define DRIVER_LED_TOTAL 63
#endif
#endif