Left/right flip due to PCB front/back confusion
This commit is contained in:
parent
b0cdc8eb61
commit
9030314f17
4 changed files with 54 additions and 54 deletions
|
|
@ -6,6 +6,6 @@
|
|||
#define DYNAMIC_KEYMAP_LAYER_COUNT 6
|
||||
|
||||
/* Original Gamma-Omega used keys 0,0 (Q) and 3,6 (P) */
|
||||
/* with our sparse matrix those are 1,0 (Q) and 12,11 (P) instead. */
|
||||
#define VIAL_UNLOCK_COMBO_ROWS { 1, 12 }
|
||||
#define VIAL_UNLOCK_COMBO_COLS { 0, 11 }
|
||||
/* 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 }
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"layouts": {
|
||||
"keymap": [
|
||||
"['1,0', '5,1', '7,2', '3,3', '5,4', {'x': 1}, '5,5', '7,6', '7,7', '3,9', '12,11']", "['9,0', '1,1', '3,2', '13,3', '4,4', {'x': 1}, '6,5', '0,6', '8,7', '9,9', '1,11']", "['0,0', '2,1', '2,2', '4,3', '8,4', {'x': 1}, '10,5', '6,6', '11,7', '10,9', '11,11']", "[{'x': 2}, '9,8', '8,8', '12,12', {'x': 1}, '6,12', '10,10', '11,10']"
|
||||
"['12,11', '3,9', '7,7', '7,6', '5,5', {'x': 1}, '5,4', '3,3', '7,2', '5,1', '1,0']", "['1,11', '9,9', '8,7', '0,6', '6,5', {'x': 1}, '4,4', '13,3', '3,2', '1,1', '9,0']", "['11,11', '10,9', '11,7', '6,6', '10,5', {'x': 1}, '8,4', '4,3', '2,2', '2,1', '0,0']", "[{'x': 2}, '11,10', '10,10', '6,12', {'x': 1}, '12,12', '8,8', '9,8']"
|
||||
]
|
||||
},
|
||||
"lighting": "none",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue