QMK firmware keyboard/keymap files I customized
- Hardware Supported: Arduino Pro Micro(atmega32u4)
-
Install QMK Firmware on your system https://docs.qmk.fm/#/newbs_getting_started
-
Add zL58 files to QMK Firmware directory
~/qmk_firmware/keyboards/lily58/
|- zl58/
|- info.json
|- rules.mk
|- keymaps/
|- zL58/
|- config.h
|- keymap.c
|- rules.mk
- Compile and flash the firmware
qmk flash -kb lily58/zl58 -km zL58 -c
Enter the bootloader in 4 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 press the button on the back of the PCB - some may have pads you must short instead
- GND and RST: Short the GND and RST pins on the Pro Micro
- Keycode in layout: Press the key mapped to
QK_BOOT
if it is available