Move RGBLIGHT_HUE/SAT/VAL_STEP
to data driven (#21292)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
6545eb64a0
commit
4ae9bfd17a
1279 changed files with 1245 additions and 2182 deletions
|
@ -4,10 +4,6 @@
|
|||
#pragma once
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGBLIGHT_HUE_STEP 10
|
||||
# define RGBLIGHT_SAT_STEP 17
|
||||
# define RGBLIGHT_VAL_STEP 17
|
||||
|
||||
# define RGBLIGHT_DEFAULT_MODE RGBLIGHT_MODE_RAINBOW_SWIRL+2
|
||||
|
||||
# define RGBLIGHT_EFFECT_ALTERNATING
|
||||
|
|
|
@ -25,6 +25,7 @@
|
|||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"hue_steps": 10,
|
||||
"led_count": 64,
|
||||
"max_brightness": 100,
|
||||
"led_map": [28, 30, 31, 29, 24, 25, 26, 27, 22, 21, 20, 19, 23, 18, 14, 15, 16, 17, 12, 11, 10, 9, 13, 5, 6, 7, 8, 4, 3, 2, 1, 0, 34, 32, 33, 35, 37, 38, 39, 40, 45, 44, 43, 42, 36, 41, 47, 48, 49, 50, 54, 53, 52, 51, 46, 55, 56, 57, 58, 62, 61, 60, 59, 63],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue