Move RGBLIGHT_LIMIT_VAL
to data driven (#20974)
Co-authored-by: Nick Brassel <nick@tzarc.org>
This commit is contained in:
parent
8fdcba12e6
commit
363bfdbfda
679 changed files with 649 additions and 493 deletions
|
@ -4,8 +4,7 @@
|
|||
#pragma once
|
||||
|
||||
// Options not yet fully implemented in info.json
|
||||
#define RGBLIGHT_LIMIT_VAL 175
|
||||
#define RGBLIGHT_DEFAULT_VAL ( RGBLIGHT_LIMIT_VAL / 2 )
|
||||
#define RGBLIGHT_DEFAULT_VAL 87
|
||||
|
||||
#define SPLIT_HAND_PIN B5
|
||||
#define SPLIT_LAYER_STATE_ENABLE
|
||||
|
|
|
@ -35,7 +35,8 @@
|
|||
"led_count": 70,
|
||||
"split": true,
|
||||
"split_count": [35, 35],
|
||||
"sleep": true
|
||||
"sleep": true,
|
||||
"max_brightness": 175
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue