667 B
667 B
Lily58minh
Compiling and flashing
Compiling
- Install
qmk
. - Go into the github repo of
qmk-firmware
. - Clone this repo into
keyboards/lily58/keymaps/lily58minh/
. - Go back to
qmk-firmware
root. - Run
make git-submodules && git pull
to get latest changes. - Run
make lily58:lily58minh
to compile the firmware.
Make sure you use avr-gcc version 8.4 as avr-gcc 12 produces very laggy and buggy builds
Flashing
- Plug the USB-C cable into your right half, run
make lily58:lily58minh:dfu-split-right
and press the reset button your Elite C controller. - Vice versa for the left half with
make lily58:lily58minh:dfu-split-left