forked from mirror/qmk_firmware
Move RGBLIGHT_HUE/SAT/VAL_STEP to data driven (#21292)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
@@ -3,9 +3,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 8
|
||||
#define RGBLIGHT_LAYERS 2
|
||||
#define RGBLIGHT_LAYER_BLINK
|
||||
|
||||
|
||||
@@ -20,6 +20,8 @@
|
||||
"cols": ["F6", "D0", "D1", "D2", "D6", "D7", "B4", "B5", "B6"]
|
||||
},
|
||||
"rgblight": {
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
"led_count": 2,
|
||||
"sleep": true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user