fix: keymap indexes errors

This commit is contained in:
H3lli0n 2025-08-04 16:17:58 +02:00
parent 07fae8e2a2
commit 3e0d8ab06a
3 changed files with 19 additions and 19 deletions

View file

@ -55,7 +55,7 @@
{"matrix": [1,10], "label":")", "x":10, "y":1.25},
{"matrix": [1,11], "label":"_", "x":11, "y":1.25},
{"matrix": [1,12], "label":"+", "x":12, "y":1.25},
{"matrix": [1,13], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,14], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,15], "label":"Insert", "x":15.25, "y":1.25},
{"matrix": [1,16], "label":"Home", "x":16.25, "y":1.25},
{"matrix": [1,17], "label":"PgUp", "x":17.25, "y":1.25},
@ -146,7 +146,7 @@
{"matrix": [1,10], "label":")", "x":10, "y":1.25},
{"matrix": [1,11], "label":"_", "x":11, "y":1.25},
{"matrix": [1,12], "label":"+", "x":12, "y":1.25},
{"matrix": [1,13], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,14], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,15], "label":"Insert", "x":15.25, "y":1.25},
{"matrix": [1,16], "label":"Home", "x":16.25, "y":1.25},
{"matrix": [1,17], "label":"PgUp", "x":17.25, "y":1.25},
@ -197,9 +197,9 @@
{"matrix": [5,1], "label":"Win", "x":1.5, "y":5.25, "w":1.5},
{"matrix": [5,2], "label":"Alt", "x":3, "y":5.25, "w":1.5},
{"matrix": [5,6], "label":"Space", "x":4.5, "y":5.25, "w":7},
{"matrix": [5,10], "label":"Alt", "x":11.5, "y":5.25, "w":1.5},
{"matrix": [5,11], "label":"Win", "x":13, "y":5.25, "w":1.5},
{"matrix": [5,12], "label":"Ctrl", "x":14.5, "y":5.25, "w":1.5},
{"matrix": [5,11], "label":"Alt", "x":11.5, "y":5.25, "w":1.5},
{"matrix": [5,12], "label":"Win", "x":13, "y":5.25, "w":1.5},
{"matrix": [5,13], "label":"Ctrl", "x":14.5, "y":5.25, "w":1.5},
{"matrix": [5,15], "label":"Left Arrow", "x":15.25, "y":5.25},
{"matrix": [5,16], "label":"Down Arrow", "x":16.25, "y":5.25},
{"matrix": [5,17], "label":"Right Arrow", "x":17.25, "y":5.25}
@ -236,7 +236,7 @@
{"matrix": [1,10], "label":")", "x":10, "y":1.25},
{"matrix": [1,11], "label":"_", "x":11, "y":1.25},
{"matrix": [1,12], "label":"+", "x":12, "y":1.25},
{"matrix": [1,13], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,14], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,15], "label":"Insert", "x":15.25, "y":1.25},
{"matrix": [1,16], "label":"Home", "x":16.25, "y":1.25},
{"matrix": [1,17], "label":"PgUp", "x":17.25, "y":1.25},
@ -328,7 +328,7 @@
{"matrix": [1,10], "label":")", "x":10, "y":1.25},
{"matrix": [1,11], "label":"_", "x":11, "y":1.25},
{"matrix": [1,12], "label":"+", "x":12, "y":1.25},
{"matrix": [1,13], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,14], "label":"Backspace", "x":13, "y":2.25},
{"matrix": [1,15], "label":"Insert", "x":15.25, "y":1.25},
{"matrix": [1,16], "label":"Home", "x":16.25, "y":1.25},
{"matrix": [1,17], "label":"PgUp", "x":17.25, "y":1.25},
@ -380,9 +380,9 @@
{"matrix": [5,1], "label":"Win", "x":1.5, "y":5.25, "w":1.5},
{"matrix": [5,2], "label":"Alt", "x":3, "y":5.25, "w":1.5},
{"matrix": [5,6], "label":"Space", "x":4.5, "y":5.25, "w":7},
{"matrix": [5,10], "label":"Alt", "x":11.5, "y":5.25, "w":1.5},
{"matrix": [5,11], "label":"Win", "x":13, "y":5.25, "w":1.5},
{"matrix": [5,12], "label":"Ctrl", "x":14.5, "y":5.25, "w":1.5},
{"matrix": [5,11], "label":"Alt", "x":11.5, "y":5.25, "w":1.5},
{"matrix": [5,12], "label":"Win", "x":13, "y":5.25, "w":1.5},
{"matrix": [5,13], "label":"Ctrl", "x":14.5, "y":5.25, "w":1.5},
{"matrix": [5,15], "label":"Left Arrow", "x":15.25, "y":5.25},
{"matrix": [5,16], "label":"Down Arrow", "x":16.25, "y":5.25},
{"matrix": [5,17], "label":"Right Arrow", "x":17.25, "y":5.25}

View file

@ -67,7 +67,7 @@
{
"w": 2
},
"1,13\n\n\n0,0",
"1,14\n\n\n0,0",
{
"x": 0.25
},
@ -206,12 +206,12 @@
{
"w": 1.5
},
"5,10\n\n\n5,0",
"5,11\n\n\n5,0",
"5,12\n\n\n5,0",
{
"w": 1.5
},
"5,12\n\n\n5,0",
"5,13\n\n\n5,0",
{
"x": 0.25
},
@ -281,15 +281,15 @@
{
"w": 1.5
},
"5,10\n\n\n5,2",
"5,11\n\n\n5,2",
{
"d": true
},
"5,11\n\n\n5,2",
"5,12\n\n\n5,2",
{
"w": 1.5
},
"5,12\n\n\n5,2"
"5,13\n\n\n5,2"
]
]
}

View file

@ -21,6 +21,6 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard
* **Physical reset button**: Briefly press the button on the back of the PCB - some may have pads you must short instead
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available
* **Bootmagic reset**: Hold down the key at (0,0) in the matrix (usually the top left key or Escape) and plug in the keyboard.
* **Physical reset button**: Press 2 times the physical reset button.
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.