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:
Peter Cock 2025-07-17 09:00:09 +01:00 committed by GitHub
commit c57ab90a2d
Failed to generate hash of commit

View file

@ -8,7 +8,7 @@
"bootmagic": true,
"extrakey": true,
"mousekey": true,
"nkro": true
"nkro": false
},
"matrix_pins": {
"cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"],