From 3f4027d930691675f240824d18dd1da574ddf5bd Mon Sep 17 00:00:00 2001 From: Peter Cock Date: Tue, 2 Dec 2025 01:17:27 +0000 Subject: [PATCH] Update TC36K Vial unlock combo Forgot this with the re-ordering to get Q at 0,0 in matrix. --- keyboards/tutte_coxeter_36k/keymaps/vial/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/keyboards/tutte_coxeter_36k/keymaps/vial/config.h b/keyboards/tutte_coxeter_36k/keymaps/vial/config.h index fad76a5d..3bf4d669 100644 --- a/keyboards/tutte_coxeter_36k/keymaps/vial/config.h +++ b/keyboards/tutte_coxeter_36k/keymaps/vial/config.h @@ -5,7 +5,7 @@ #define DYNAMIC_KEYMAP_LAYER_COUNT 6 -/* Original Gamma-Omega used keys 0,0 (Q) and 3,6 (P) */ -/* with our sparse matrix those are 12,11 (Q) and 1,0 (P) instead. */ -#define VIAL_UNLOCK_COMBO_ROWS { 12, 1 } -#define VIAL_UNLOCK_COMBO_COLS { 11, 0 } +/* Original Gamma-Omega used top left (Q) and top right (P) */ +/* with our sparse matrix those are 0,0 (Q) and 1,12 (P) instead. */ +#define VIAL_UNLOCK_COMBO_ROWS { 0, 0 } +#define VIAL_UNLOCK_COMBO_COLS { 1, 12 }