Move LED indicator config to data driven (#19800)
This commit is contained in:
@@ -38,10 +38,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
/* COL2ROW, ROW2COL*/
|
||||
#define DIODE_DIRECTION ROW2COL
|
||||
|
||||
#define LED_CAPS_LOCK_PIN F7
|
||||
#define LED_SCROLL_LOCK_PIN F6
|
||||
#define LED_PIN_ON_STATE 0
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
/* Locking resynchronize hack */
|
||||
|
@@ -8,6 +8,11 @@
|
||||
"pid": "0x87C9",
|
||||
"device_version": "0.0.1"
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "F7",
|
||||
"scroll_lock": "F6",
|
||||
"on_state": 0
|
||||
},
|
||||
"bootmagic": {
|
||||
"matrix": [6, 5]
|
||||
},
|
||||
|
Reference in New Issue
Block a user