Move RGBLED_NUM to data driven (#21278)
This commit is contained in:
@@ -15,12 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 1
|
||||
//#define RGBLIGHT_DISABLE_KEYCODES
|
||||
|
||||
|
||||
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x676D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 1
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A6"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 64
|
||||
//#define RGBLIGHT_DISABLE_KEYCODES
|
||||
|
||||
|
||||
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x4C64",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 64
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A6"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 1
|
||||
//#define RGBLIGHT_DISABLE_KEYCODES
|
||||
|
||||
|
||||
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x4C53",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 1
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A6"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 80
|
||||
//#define RGBLIGHT_DISABLE_KEYCODES
|
||||
|
||||
|
||||
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x7064",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 80
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "B1"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 78
|
||||
//#define RGBLIGHT_DISABLE_KEYCODES
|
||||
|
||||
|
||||
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x7068",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 78
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "A7"
|
||||
},
|
||||
|
||||
@@ -15,12 +15,6 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
#define RGBLED_NUM 82
|
||||
//#define RGBLIGHT_DISABLE_KEYCODES
|
||||
|
||||
|
||||
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
|
||||
@@ -8,6 +8,9 @@
|
||||
"pid": "0x706D",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"rgblight": {
|
||||
"led_count": 82
|
||||
},
|
||||
"ws2812": {
|
||||
"pin": "D1"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user