mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-23 16:12:07 +00:00
move config.h settings into info.json
This commit is contained in:
parent
ed126f6393
commit
85d0bbc34c
@ -45,18 +45,9 @@
|
||||
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGBLIGHT_HUE_STEP 8
|
||||
# define RGBLIGHT_SAT_STEP 8
|
||||
# define RGBLIGHT_VAL_STEP 8
|
||||
# define RGBLIGHT_DEFAULT_VAL 35
|
||||
# define RGBLIGHT_LIMIT_VAL 150
|
||||
# define RGBLIGHT_SLEEP
|
||||
# define RGBLIGHT_SPLIT
|
||||
# define RGBLIGHT_LAYERS
|
||||
#endif
|
||||
|
||||
|
||||
#define SPLIT_TRANSPORT_MIRROR
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
#define SPLIT_LED_STATE_ENABLE
|
||||
#define SPLIT_WPM_ENABLE
|
||||
|
@ -31,13 +31,22 @@
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"rgblight": {
|
||||
"led_count": 15
|
||||
"led_count": 15,
|
||||
"hue_steps": 8,
|
||||
"saturation_steps": 8,
|
||||
"brightness_steps": 8,
|
||||
"max_brightness": 150,
|
||||
"sleep": true,
|
||||
"split": true,
|
||||
"layers": {
|
||||
"enabled": true
|
||||
}
|
||||
},
|
||||
"split": {
|
||||
"enabled": true,
|
||||
"transport": {
|
||||
"protocol": "serial",
|
||||
"sync_matrix_state": false,
|
||||
"sync_matrix_state": true,
|
||||
"watchdog": true
|
||||
}
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user