diff options
author | Joel Challis <git@zvecr.com> | 2022-08-20 11:34:17 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-20 11:34:17 +0100 |
commit | d2accb48e784030637f5517dfec66b13f1eab609 (patch) | |
tree | d151c90eeb8b804ca1f09b6aac7ed5c07fa0d90b /keyboards/matrix | |
parent | e7107691abac6bfa4acb96f5c3b5843d8e97f75f (diff) |
RESET -> QK_BOOT keyboard readme (#18110)
Diffstat (limited to 'keyboards/matrix')
-rw-r--r-- | keyboards/matrix/falcon/readme.md | 2 | ||||
-rw-r--r-- | keyboards/matrix/me/readme.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/matrix/falcon/readme.md b/keyboards/matrix/falcon/readme.md index c283650fcf..a2ceb82163 100644 --- a/keyboards/matrix/falcon/readme.md +++ b/keyboards/matrix/falcon/readme.md @@ -22,4 +22,4 @@ 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 short cut the *RST* pin with the *GND* pin (pin at the topside of the *RST*) on the back of the PCB. -* **Keycode in layout**: Press the key mapped to `RESET` if it is available.
\ No newline at end of file +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
\ No newline at end of file diff --git a/keyboards/matrix/me/readme.md b/keyboards/matrix/me/readme.md index 6a39bb0398..f04229b2d1 100644 --- a/keyboards/matrix/me/readme.md +++ b/keyboards/matrix/me/readme.md @@ -22,4 +22,4 @@ 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 short cut the *RST* pin with the *GND* pin (pin at the topside of the *RST*) on the back of the PCB. -* **Keycode in layout**: Press the key mapped to `RESET` if it is available.
\ No newline at end of file +* **Keycode in layout**: Press the key mapped to `QK_BOOT` if it is available.
\ No newline at end of file |