mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-09-19 10:21:31 -04:00
Don't claim full NKRO for tc36k (only 6-key roll over)
According to https://en.wikipedia.org/wiki/Key_rollover#n-key_rollover only the HID keyboard "boot protocol" is limited to 6-key roll over, the main "report protocol" has full NKRO.
This commit is contained in:
parent
93002d456c
commit
c57ab90a2d
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
"bootmagic": true,
|
"bootmagic": true,
|
||||||
"extrakey": true,
|
"extrakey": true,
|
||||||
"mousekey": true,
|
"mousekey": true,
|
||||||
"nkro": true
|
"nkro": false
|
||||||
},
|
},
|
||||||
"matrix_pins": {
|
"matrix_pins": {
|
||||||
"cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"],
|
"cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue