From c57ab90a2d58b2a25787a4415d965a5ee39ac097 Mon Sep 17 00:00:00 2001
From: Peter Cock 
Date: Thu, 17 Jul 2025 09:00:09 +0100
Subject: [PATCH] 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.
---
 keyboards/tutte_coxeter_36k/keyboard.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/keyboards/tutte_coxeter_36k/keyboard.json b/keyboards/tutte_coxeter_36k/keyboard.json
index 2458c347..265daac8 100644
--- a/keyboards/tutte_coxeter_36k/keyboard.json
+++ b/keyboards/tutte_coxeter_36k/keyboard.json
@@ -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"],