mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-19 02:11:36 -04:00
GP25 LED as CAPS-LOCK via keyboard.json
This commit is contained in:
parent
753a8bf289
commit
43905883e3
2 changed files with 3 additions and 1 deletions
|
@ -1 +0,0 @@
|
|||
#define LED_CAPS_LOCK_PIN GP25
|
|
@ -14,6 +14,9 @@
|
|||
"cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"],
|
||||
"rows": ["GP12", "GP8", "GP9", "GP1", "GP6", "GP2", "GP22", "GP0", "GP13", "GP14", "GP18", "GP17", "GP5"]
|
||||
},
|
||||
"indicators": {
|
||||
"caps_lock": "GP25"
|
||||
},
|
||||
"processor": "RP2040",
|
||||
"url": "",
|
||||
"usb": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue