mirror of
https://github.com/qmk/qmk_userspace.git
synced 2025-12-20 12:40:22 -05:00
Update TC36K Vial unlock combo
Forgot this with the re-ordering to get Q at 0,0 in matrix.
This commit is contained in:
parent
81f10b5474
commit
3f4027d930
1 changed files with 4 additions and 4 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue