mirror of
https://github.com/nalf3in/vial-qmk.git
synced 2025-12-22 03:30:03 +00:00
Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -29,7 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
# define AUDIO_DAC_SAMPLE_MAX 4095U
|
||||
#endif
|
||||
|
||||
# define RGBLED_NUM 38
|
||||
# define RGBLIGHT_HUE_STEP 4
|
||||
# define RGBLIGHT_SAT_STEP 8
|
||||
# define RGBLIGHT_VAL_STEP 8
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
"driver": "WS2812"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 38,
|
||||
"max_brightness": 200,
|
||||
"sleep": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user