Remove RGB keycodes from boards with no RGB config (#23709)
This commit is contained in:
parent
48c0b60141
commit
5fda349018
109 changed files with 223 additions and 302 deletions
|
|
@ -18,8 +18,7 @@
|
|||
"mousekey": false,
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"rgb_matrix": true,
|
||||
"rgblight": false
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 98,
|
||||
|
|
|
|||
|
|
@ -15,7 +15,6 @@
|
|||
"mousekey": false,
|
||||
"nkro": false,
|
||||
"oled": false,
|
||||
"rgb_matrix": false,
|
||||
"rgblight": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
|
|
|
|||
|
|
@ -18,8 +18,7 @@
|
|||
"mousekey": false,
|
||||
"nkro": false,
|
||||
"oled": false,
|
||||
"rgb_matrix": true,
|
||||
"rgblight": false
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"rgb_matrix": {
|
||||
"animations": {
|
||||
|
|
|
|||
|
|
@ -21,8 +21,7 @@
|
|||
"mousekey": true,
|
||||
"nkro": true,
|
||||
"oled": true,
|
||||
"rgb_matrix": true,
|
||||
"rgblight": false
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 156,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue