From 782141a5817c9a734352aa5cd1f7ce4363e8ac0e Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Fri, 4 Jul 2025 12:52:29 +0900 Subject: [PATCH] Fix repeated entries in row pins (typo) Surprised this still compiled! --- 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 46cff068..d73b437a 100644 --- a/keyboards/tutte_coxeter_36k/keyboard.json +++ b/keyboards/tutte_coxeter_36k/keyboard.json @@ -12,7 +12,7 @@ }, "matrix_pins": { "cols": ["GP11", "GP10", "GP3", "GP4", "GP7", "GP26", "GP27", "GP28", "GP15", "GP21", "GP19", "GP20", "GP16"], - "rows": ["GP12", "GP8", "GP9", "GP1", "GP6", "GP1", "GP6", "GP2", "GP22", "GP0", "GP13", "GP14", "GP18", "GP17", "GP5"] + "rows": ["GP12", "GP8", "GP9", "GP1", "GP6", "GP2", "GP22", "GP0", "GP13", "GP14", "GP18", "GP17", "GP5"] }, "processor": "RP2040", "url": "",