Skip to content

ZekeriyaAY/keyboard-firmware

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Own Keyboard Firmware

QMK firmware keyboard/keymap files I customized

Lily58

zL58/lily58_zl58.png

  • Hardware Supported: Arduino Pro Micro(atmega32u4)

Flash zL58 QMK Firmware

  1. Install QMK Firmware on your system https://docs.qmk.fm/#/newbs_getting_started

  2. Add zL58 files to QMK Firmware directory

~/qmk_firmware/keyboards/lily58/
    |- zl58/
        |- info.json
        |- rules.mk
    |- keymaps/
        |- zL58/
            |- config.h
            |- keymap.c
            |- rules.mk
  1. 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

About

QMK firmware keyboard/keymap files I customized

Resources

Stars

Watchers

Forks