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
|
@ -24,4 +24,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
#define RGBLED_SPLIT { 36, 36 }
|
||||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
|
|
|
@ -37,6 +37,9 @@
|
|||
"ws2812": {
|
||||
"pin": "F4"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 120
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
|
|
@ -23,4 +23,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define RGBLED_SPLIT { 35, 35 }
|
||||
#define RGBLED_NUM 70
|
||||
#define RGBLIGHT_SPLIT
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
|
|
|
@ -38,6 +38,9 @@
|
|||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 120
|
||||
},
|
||||
"processor": "atmega32u4",
|
||||
"bootloader": "caterina",
|
||||
"layouts": {
|
||||
|
|
|
@ -48,8 +48,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
|
||||
# define SPLIT_TRANSPORT_MIRROR
|
||||
#endif
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
# define RGBLIGHT_LIMIT_VAL 120
|
||||
#endif
|
||||
|
||||
|
|
|
@ -27,6 +27,9 @@
|
|||
"ws2812": {
|
||||
"pin": "D3"
|
||||
},
|
||||
"rgblight": {
|
||||
"max_brightness": 120
|
||||
},
|
||||
"layouts": {
|
||||
"LAYOUT": {
|
||||
"layout": [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue