Data-Driven Keyboard Conversions: A (#23379)
This commit is contained in:
parent
38f7c6e3f3
commit
63bc7b63a6
239 changed files with 827 additions and 2434 deletions
|
@ -16,10 +16,4 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
|
||||
#define LOCKING_SUPPORT_ENABLE
|
||||
|
||||
/* Locking resynchronize hack */
|
||||
#define LOCKING_RESYNC_ENABLE
|
||||
|
||||
#define RGB_MATRIX_LED_COUNT 96
|
||||
|
|
|
@ -74,6 +74,12 @@
|
|||
"nkro": true,
|
||||
"rgb_matrix": true
|
||||
},
|
||||
"qmk": {
|
||||
"locking": {
|
||||
"enabled": true,
|
||||
"resync": true
|
||||
}
|
||||
},
|
||||
"matrix_pins": {
|
||||
"cols": ["F0", "C7", "C6", "B6", "B5", "B4", "D7", "D6", "B2", "B7", "D3", "D2", "D1", "D0", "B3"],
|
||||
"rows": ["F1", "F7", "F6", "F5", "F4", "D5"]
|
||||
|
|
|
@ -11,6 +11,9 @@
|
|||
"pid": "0x414B",
|
||||
"vid": "0x0015"
|
||||
},
|
||||
"build": {
|
||||
"lto": true
|
||||
},
|
||||
"features": {
|
||||
"bootmagic": false,
|
||||
"command": false,
|
|
@ -1 +0,0 @@
|
|||
LTO_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue