1
0
Fork 0
mirror of https://github.com/kata0510/Lily58.git synced 2025-04-29 10:12:58 +00:00

update new build command

This commit is contained in:
BenRoe 2020-12-21 23:30:18 +01:00
parent 8dfcb0936c
commit b9ae52ecae
2 changed files with 7 additions and 6 deletions

View file

@ -41,11 +41,12 @@ Part name | Quantity | Remarks | Photo |
| SK6812 Mini-E | 58 pcs |RGB led's for keycap backlight **(underglow led's must be soldered, because they are connected in series)** ||
## Firmware:
Clone/download the QMK firmware and execute the following in the [qmk_firmware](https://github.com/qmk/qmk_firmware) directory to write the default Lily58L keymap
**Right now the Lily58L code is not merged into QMK Master. You can find the code [here](https://github.com/BenRoe/qmk_firmware/tree/Lily58L/keyboards/lily58l).**
make lily58/light:lily58l:avrdude
Clone/download the Lily58L firmware branch and execute the following in the `qmk_firmware` directory to write the default Lily58L keymap
When **`Detecting USB port, reset your controller now...`** is displayed, press the reset button on the keyboard to start writing.
Each half of the keyboard must be programmed separately using this approach.
git checkout Lily58L
qmk compile -kb lily58l -km default
If you're using DFU bootloader (in case of the elite c), replace the 'avrdude' with 'dfu'

View file

@ -246,7 +246,7 @@ The board requires a keymap in order to function. This section assumes that you'
The [QMK Toolbox](https://github.com/qmk/qmk_toolbox/releases) can be used to write non-customized keymaps via a GUI, avoiding the need to configure a local QMK environment. (For custom keymaps, it's recommended to build the full environment described above).
Clone/download the QMK firmware and execute the following in the `qmk_firmware` directory to write the default Lily58L keymap
Clone/download the QMK firmware and execute the following in the [qmk_firmware](https://github.com/qmk/qmk_firmware) directory to write the default Lily58L keymap
make lily58/light:lily58l:avrdude