Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -22,9 +22,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
/* ws2812 RGB LED */
|
||||
#define RGBLED_NUM 12
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
* These options are also useful to firmware size reduction.
|
||||
|
||||
@@ -14,6 +14,7 @@
|
||||
"levels": 7
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 12,
|
||||
"split_count": [6, 6]
|
||||
},
|
||||
"ws2812": {
|
||||
|
||||
Reference in New Issue
Block a user