Data-Driven Keyboard Conversions: 0-9 (#23357)

This commit is contained in:
James Young
2024-03-30 06:51:57 -07:00
committed by GitHub
parent 831deac212
commit 76bd5142cf
116 changed files with 630 additions and 1277 deletions

View File

@@ -1,7 +0,0 @@
#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

View File

@@ -17,6 +17,12 @@
"mousekey": false,
"nkro": false
},
"qmk": {
"locking": {
"enabled": true,
"resync": true
}
},
"matrix_pins": {
"cols": ["B3", "B4", "B5", "B6", "B7", "C7", "B2"],
"rows": ["C4", "C5"]