diff --git a/README.md b/README.md index bea64e4..d371b72 100644 --- a/README.md +++ b/README.md @@ -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 - git checkout Lily58L - qmk compile -kb lily58l -km default \ No newline at end of file +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. + +If you're using DFU bootloader (in case of the elite c), replace the 'avrdude' with 'dfu' diff --git a/buildguide_en.md b/buildguide_en.md index 304ae1c..b8b50ea 100644 --- a/buildguide_en.md +++ b/buildguide_en.md @@ -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