forked from qmk/qmk_firmware
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Keyboard] Fix typos in readme for Lily58 R2G (qmk#20149)
- Loading branch information
Showing
1 changed file
with
12 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,25 @@ | ||
# Lily58 R2G | ||
|
||
Lily58 R2G is factory assembled version of the lilly 58 featuring hotswap and perkey rgb | ||
|
||
![Lily58_R2G](https://i.imgur.com/4vPkIQ5.png) | ||
Keyboard Maintainer: [Elliot Powell](https://github.com/e11i0t23) | ||
Hardware Supported: Lily58 R2G PCB | ||
Hardware Availability: [Mechboards UK](https://mechboards.co.uk/products/lily58-r2g-ready2go-kit) | ||
|
||
Lily58 R2G is factory assembled version of the Lily 58 featuring hotswap and perkey RGB. | ||
|
||
* Keyboard Maintainer: [Elliot Powell](https://github.com/e11i0t23) | ||
* Hardware Supported: Lily58 R2G PCB | ||
* Hardware Availability: [Mechboards UK](https://mechboards.co.uk/products/lily58-r2g-ready2go-kit) | ||
|
||
Make example for this keyboard (after setting up your build environment): | ||
```sh | ||
make crkbd/r2g:mb_via | ||
``` | ||
|
||
Flash example for this keyboard: | ||
```sh | ||
make crkbd/r2g:mb_via:flash | ||
``` | ||
make lily58/r2g:mb_via | ||
|
||
Flash example for this keyboard: | ||
|
||
make lily58/r2g:mb_via:flash | ||
|
||
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 | ||
|
||
These PCBs have a reset on the underside of the PCB next to the controller which may be pressed to enter in to the bootloader. | ||
|
||
Additionally, if you hold down the "ESC" or "GRV" buttons when plugging in that half of the keyboard (per the default QWERTY layout), this will jump to the bootloader and reset the EEPROM (persistent storage). | ||
|
||
Additionally, if you hold down the "ESC" or "GRV" buttons when plugging in that half of the keyboard (per the default QWERTY layout), this will jump to the bootloader and reset the EEPROM (persistent storage). |