Browse Source

Changed bootmagic key

Somewhat unusual choice, but since the halves are asymmetrical I had to
choose something that maps to the same position on both halves.
pull/23528/head
Stefan Gluszek 2 weeks ago
parent
commit
02ec293e46
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      keyboards/fatotesa/info.json
  2. +1
    -1
      keyboards/fatotesa/readme.md

+ 1
- 1
keyboards/fatotesa/info.json View File

@ -33,7 +33,7 @@
}
},
"bootmagic": {
"matrix": [2, 1]
"matrix": [4, 1]
}
},
"matrix_pins": {


+ 1
- 1
keyboards/fatotesa/readme.md View File

@ -20,6 +20,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
* **Bootmagic reset**: Hold down the key at (4,1) in the matrix and plug in the keyboard - this is somewhat unusual choice but our split halves are not symmetrical and we can't use (0,0) but instead a key that maps to the same matrix position regardless of which part is being connected to the computer and flashed.
* **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

Loading…
Cancel
Save