Browse Source

Revert RESET-> QK_BOOT in Read Me files where applicable (#19262)

pull/19265/head
Wolf Van Herreweghe 1 year ago
committed by GitHub
parent
commit
c6e291c416
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
27 changed files with 35 additions and 28 deletions
  1. +1
    -1
      keyboards/bioi/f60/readme.md
  2. +1
    -1
      keyboards/bobpad/readme.md
  3. +1
    -1
      keyboards/creatkeebs/glacier/readme.md
  4. +1
    -1
      keyboards/creatkeebs/thera/readme.md
  5. +2
    -2
      keyboards/handwired/axon/readme.md
  6. +1
    -1
      keyboards/handwired/swiftrax/digicarp65/readme.md
  7. +1
    -1
      keyboards/late9/readme.md
  8. +1
    -1
      keyboards/linworks/fave65h/readme.md
  9. +1
    -1
      keyboards/linworks/fave84h/readme.md
  10. +1
    -1
      keyboards/linworks/fave87h/readme.md
  11. +1
    -1
      keyboards/mechanickeys/miniashen40/readme.md
  12. +1
    -1
      keyboards/neopad/readme.md
  13. +1
    -1
      keyboards/pearlboards/atlas/readme.md
  14. +7
    -0
      keyboards/pearlboards/pandora/readme.md
  15. +1
    -1
      keyboards/pearlboards/pearl/readme.md
  16. +1
    -1
      keyboards/pearlboards/zeus/readme.md
  17. +1
    -1
      keyboards/pearlboards/zeuspad/readme.md
  18. +1
    -1
      keyboards/polycarbdiet/s20/readme.md
  19. +1
    -1
      keyboards/ramonimbao/mona/v1_1/readme.md
  20. +1
    -1
      keyboards/ramonimbao/mona/v32a/readme.md
  21. +1
    -1
      keyboards/ryanskidmore/rskeys100/readme.md
  22. +2
    -2
      keyboards/ryloo_studio/m0110/readme.md
  23. +1
    -1
      keyboards/studiokestra/bourgeau/readme.md
  24. +1
    -1
      keyboards/studiokestra/cascade/readme.md
  25. +1
    -1
      keyboards/studiokestra/galatea/readme.md
  26. +1
    -1
      keyboards/studiokestra/nue/readme.md
  27. +1
    -1
      keyboards/ydkb/just60/readme.md

+ 1
- 1
keyboards/bioi/f60/readme.md View File

@ -21,5 +21,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
## Bootloader
* **Bootmagic reset**: Hold down the top left key (ESC) and plug in the keyboard
* **Physical reset button**: Short the two small pads labeled "QK_BOOT" the back of the PCB
* **Physical reset button**: Short the two small pads labeled `RESET` the back of the PCB
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

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

@ -19,7 +19,7 @@ Flashing example for this keyboard:
## Bootloader
Enter the bootloader in 3 ways:
* **Physical reset button**: Briefly short the pad connected to QK_BOOT and GND on the back
* **Physical reset button**: Briefly short the pad connected to *RESET* and *GND* on the back
* **Keycode in layout**: Press the key mapped to `QK_BOOT`, this is the recommened method
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

+ 1
- 1
keyboards/creatkeebs/glacier/readme.md View File

@ -16,7 +16,7 @@ A 80% keyboard
Enter the bootloader in 2 ways:
* Physical reset button: Press the `QK_BOOT` button on the back of the PCB.
* Physical reset button: Press the `RESET` button on the back of the PCB.
* Keycode in layout: Press the key mapped to `QK_BOOT` if it is available.
### Building the Firmware


+ 1
- 1
keyboards/creatkeebs/thera/readme.md View File

@ -18,7 +18,7 @@ A 75% keyboard
Enter the bootloader in 2 ways:
* Physical reset button: Press the `QK_BOOT` button on the back of the PCB.
* Physical reset button: Press the `RESET` button on the back of the PCB.
* Keycode in layout: Press the key mapped to `QK_BOOT` if it is available.
### Building the Firmware


+ 2
- 2
keyboards/handwired/axon/readme.md View File

@ -15,8 +15,8 @@ Make example for this keyboard (after setting up your build environment):
## To reset into bootloader mode:
1. While plugged in, press and hold `BOOT` switch
2. While holding `BOOT`, press `QK_BOOT` and hold it for a second or two
3. Release `QK_BOOT`
2. While holding `BOOT`, press `RESET` and hold it for a second or two
3. Release `RESET`
4. Release `BOOT`
5. The keyboard should now be recognized as a USBasp programmer device.


+ 1
- 1
keyboards/handwired/swiftrax/digicarp65/readme.md View File

@ -17,5 +17,5 @@ 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 (top left key)and plug in the keyboard
* **Physical reset button**: Briefly short the pad on the back of the PCB labeled QK_BOOT
* **Physical reset button**: Briefly short the pad on the back of the PCB labeled `RESET`
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available

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

@ -20,7 +20,7 @@ Flashing example for this keyboard:
make late9/rev1:default:flash
When asked by the terminal, short with a metal wire the pins on the backside of the board highlighted as `RST` (one is the `QK_BOOT` and the other one is `GROUND`) to enter the bootloader and let the OS detects the device.
When asked by the terminal, short with a metal wire the pins on the backside of the board highlighted as `RST` (one is the `RESET` and the other one is `GROUND`) to enter the bootloader and let the OS detects the device.
After installing this firmware you can use Bootmagic to enter the bootloader while plugging in your LATE-9. By default it's the button on the upper-left of the keyboard.
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).


+ 1
- 1
keyboards/linworks/fave65h/readme.md View File

@ -17,7 +17,7 @@ Make example for this keyboard (after setting up your build environment):
## Bootloader Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key ESC key and plug in the keyboard (Top Left most switch)
* **Physical reset short**: Briefly short the 2 pads labelled QK_BOOT on the back of the PCB
* **Physical reset short**: Briefly short the 2 pads labelled `RESET` on the back of the PCB
* **Keycode in layout**: Press the B key on layer 1 which is mapped to `QK_BOOT`
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

+ 1
- 1
keyboards/linworks/fave84h/readme.md View File

@ -19,5 +19,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
## Bootloader Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key ESC key and plug in the keyboard (Top Left most switch)
* **Physical reset short**: Briefly short the 2 pads labelled QK_BOOT on the back of the PCB
* **Physical reset short**: Briefly short the 2 pads labelled `RESET` on the back of the PCB
* **Keycode in layout**: Press the B key on layer 1 which is mapped to `QK_BOOT`

+ 1
- 1
keyboards/linworks/fave87h/readme.md View File

@ -19,5 +19,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
## Bootloader Enter the bootloader in 3 ways:
* **Bootmagic reset**: Hold down the key ESC key and plug in the keyboard (Top Left most switch)
* **Physical reset short**: Briefly short the 2 pads labelled QK_BOOT on the back of the PCB
* **Physical reset short**: Briefly short the 2 pads labelled `RESET` on the back of the PCB
* **Keycode in layout**: Press the B key on layer 1 which is mapped to `QK_BOOT`

+ 1
- 1
keyboards/mechanickeys/miniashen40/readme.md View File

@ -32,7 +32,7 @@ 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**:
1. Press and hold `BOOT` switch
2. Tap `QK_BOOT` switch
2. Tap `RESET` switch
3. Release `BOOT` switch
* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available


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

@ -19,7 +19,7 @@ Flashing example for this keyboard:
make neopad/rev1:default:flash
When asked by the terminal, press the dedicated `QK_BOOT` button (the one above the 2 LEDs) to enter the bootloader and let the OS detects the device.
When asked by the terminal, press the dedicated `RESET` button (the one above the 2 LEDs) to enter the bootloader and let the OS detects the device.
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

+ 1
- 1
keyboards/pearlboards/atlas/readme.md View File

@ -18,5 +18,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
Enter the bootloader in 2 ways:
* **Physical reset button**: Briefly press the button on the back of the PCB labeled "QK_BOOT"
* **Physical reset button**: Briefly press the button on the back of the PCB labeled `RESET`
* **Keycode in layout**: Press the key mapped to `QK_BOOT` in conjunction with the key mapped to `MO(1))`

+ 7
- 0
keyboards/pearlboards/pandora/readme.md View File

@ -15,3 +15,10 @@ Make example for this keyboard (after setting up your build environment):
make pearlboards/pandora:default
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).
## Bootloader
Enter the bootloader in 2 ways:
* **Physical reset button**: Briefly press the button on the back of the PCB labeled `RESET`
* **Keycode in layout**: Press the key mapped to `QK_BOOT` in conjunction with the key mapped to `MO(1))`

+ 1
- 1
keyboards/pearlboards/pearl/readme.md View File

@ -18,5 +18,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
Enter the bootloader in 2 ways:
* **Physical reset button**: Briefly press the button on the front left of the PCB labeled "QK_BOOT"
* **Physical reset button**: Briefly press the button on the front left of the PCB labeled `RESET`
* **Keycode in layout**: Press the key mapped to `QK_BOOT` in conjunction with the key mapped to `MO(1))`

+ 1
- 1
keyboards/pearlboards/zeus/readme.md View File

@ -18,5 +18,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
Enter the bootloader in 2 ways:
* **Physical reset button**: Briefly press the button on the back of the PCB labeled "QK_BOOT"
* **Physical reset button**: Briefly press the button on the back of the PCB labeled `RESET`
* **Keycode in layout**: Press the key mapped to `QK_BOOT` in conjunction with the key mapped to `MO(1))`

+ 1
- 1
keyboards/pearlboards/zeuspad/readme.md View File

@ -18,5 +18,5 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
Enter the bootloader in 2 ways:
* **Physical reset button**: Briefly press the button on the front of the PCB labeled "QK_BOOT"
* **Physical reset button**: Briefly press the button on the front of the PCB labeled `RESET`
* **Keycode in layout**: Press the key mapped to `QK_BOOT` in conjunction with the key mapped to `MO(1))`

+ 1
- 1
keyboards/polycarbdiet/s20/readme.md View File

@ -17,7 +17,7 @@ Flashing example for this keyboard:
make polycarbdiet/s20:default:flash
**Reset Method:**
- Press the `QK_BOOT` button on the under side of the PCB
- Press the `RESET` button on the under side of the PCB
**Bootloader Method:**
- Hold down the key located at `K00`, commonly programmed as `ESC`, while plugging in the keyboard.


+ 1
- 1
keyboards/ramonimbao/mona/v1_1/readme.md View File

@ -7,7 +7,7 @@ A gummy-worm o-ring mount 60% marble keyboard. Now with ALPS/MX, Caps Lock LED,
* Keyboard Maintainer: [Ramon Imbao](https://github.com/ramonimbao)
* Hardware Supported: ATmega32u4
To get to the bootloader, with the USB cable plugged in, press the `QK_BOOT` button on the back of the PCB.
To get to the bootloader, with the USB cable plugged in, press the `RESET` button on the back of the PCB.
Make example for this keyboard (after setting up your build environment):


+ 1
- 1
keyboards/ramonimbao/mona/v32a/readme.md View File

@ -7,7 +7,7 @@ A gummy-worm o-ring mount 60% marble keyboard. Now with ALPS/MX, Caps Lock LED,
* Keyboard Maintainer: [Ramon Imbao](https://github.com/ramonimbao)
* Hardware Supported: ATmega32A
To get to the bootloader, with the USB cable plugged in, press the `QK_BOOT` button on the back of the PCB.
To get to the bootloader, with the USB cable plugged in, press the `RESET` button on the back of the PCB.
Make example for this keyboard (after setting up your build environment):


+ 1
- 1
keyboards/ryanskidmore/rskeys100/readme.md View File

@ -19,4 +19,4 @@ See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_to
## Bootloader
To enter the bootloader, press the `QK_BOOT` button on your daughterboard PCB while it's plugged in.
To enter the bootloader, press the `RESET` button on your daughterboard PCB while it's plugged in.

+ 2
- 2
keyboards/ryloo_studio/m0110/readme.md View File

@ -16,9 +16,9 @@ Flashing example for this keyboard:
Putting the Keyboard in Bootloader Mode:
The shipped PCB did not come with a reset button. To put the PCB in bootloader mode: locate the 2 `QK_BOOT` pins in the back of the PCB and short them with a conductive wire or tweezer.
The shipped PCB did not come with a reset button. To put the PCB in bootloader mode: locate the 2 `RESET` pins in the back of the PCB and short them with a conductive wire or tweezer.
![Ryloo Studio M0110 PCB QK_BOOT pins location](https://i.imgur.com/QJWmpqF.jpeg)
![Ryloo Studio M0110 PCB RESET pins location](https://i.imgur.com/QJWmpqF.jpeg)
See the [build environment setup](https://docs.qmk.fm/#/getting_started_build_tools) and the [make instructions](https://docs.qmk.fm/#/getting_started_make_guide) for more information. Brand new to QMK? Start with our [Complete Newbs Guide](https://docs.qmk.fm/#/newbs).

+ 1
- 1
keyboards/studiokestra/bourgeau/readme.md View File

@ -11,7 +11,7 @@ Compact 75% universal hotswap PCB with USB-C that supports a fixed 6.25U bottom
There are 3 ways to put the board in bootloader mode:
- Hold the top-left key (typically `Esc`) while plugging in the USB cable, OR
- While the PCB is plugged into the PC, press the physical `QK_BOOT` button on the back of the board, OR
- While the PCB is plugged into the PC, press the physical `RESET` button on the back of the board, OR
- With the default layout, toggle Layer 1 and press the `ESC` key.
## Compiling Firmware


+ 1
- 1
keyboards/studiokestra/cascade/readme.md View File

@ -11,7 +11,7 @@
There are 3 ways to put the board in bootloader mode:
- Hold the top-left key (typically `Esc`) while plugging in the USB cable, OR
- While the PCB is plugged into the PC, press the physical `QK_BOOT` button on the back of the board, OR
- While the PCB is plugged into the PC, press the physical `RESET` button on the back of the board, OR
- With the default layout, toggle Layer 1 and press the `ESC` key.
## Compiling Firmware


+ 1
- 1
keyboards/studiokestra/galatea/readme.md View File

@ -13,7 +13,7 @@ TKL H87/88c compatible PCB with support for the most common layouts.
There are 3 ways to put the board in bootloader mode:
- Hold the top-left key (typically `Esc`) while plugging in the USB cable, OR
- While the PCB is plugged into the PC, press the physical `QK_BOOT` button on the back of the board, OR
- While the PCB is plugged into the PC, press the physical `RESET` button on the back of the board, OR
- With the default layout, toggle Layer 1 and press the `R` key.
## Compiling Firmware


+ 1
- 1
keyboards/studiokestra/nue/readme.md View File

@ -11,7 +11,7 @@
There are 3 ways to put the board in bootloader mode:
- Hold the top-left key (typically `Esc`) while plugging in the USB cable, OR
- While the PCB is plugged into the PC, press the physical `QK_BOOT` button on the back of the board, OR
- While the PCB is plugged into the PC, press the physical `RESET` button on the back of the board, OR
- With the default layout, toggle Layer 1 and press the `R` key.
## Compiling Firmware


+ 1
- 1
keyboards/ydkb/just60/readme.md View File

@ -2,7 +2,7 @@
Just60 keyboard produced by Yang. The keyboard comes with a custom Mass Storage Device bootloader and a TMK based firmware from ydkb.io.
To use a QMK based firmware, you might want to install a QMK bootloader. The PCB exposes 6 pins for ISP(In-System Programming), and they are located just under the ATMega32U4 chip. From left to right, the pins are `VCC`, `SCLK`, `MOSI`, `MISO`, `QK_BOOT`, `GND`. The `GND` is the square one. You could program the flash with any AVR programmer, or a Raspberry Pi with `avrdude`.
To use a QMK based firmware, you might want to install a QMK bootloader. The PCB exposes 6 pins for ISP(In-System Programming), and they are located just under the ATMega32U4 chip. From left to right, the pins are `VCC`, `SCLK`, `MOSI`, `MISO`, `RESET`, `GND`. The `GND` is the square one. You could program the flash with any AVR programmer, or a Raspberry Pi with `avrdude`.
Backlight LEDs and Bluetooth are not working yet.


Loading…
Cancel
Save