This is a personal fork of QMK Firmware containing my custom minimal-code keymap for the Lily58 split keyboard.
A performance-optimized, two-layer layout designed for software developers.
| Layer | Description |
|---|---|
![]() |
Base: QWERTY with all coding symbols accessible |
![]() |
Lower: F-keys, media, VIM-style arrows |
- 🚀 ~1569 Hz matrix scan rate (vs ~1353 Hz default)
- ⌨️ 1ms USB polling for minimal input latency
- 📺 Smart OLED - only updates on layer change
- 🔒 NKRO enabled by default
# Clone this repo
git clone https://github.com/le4ker/qmk-firmware.git
cd qmk-firmware
# Set up QMK
qmk setup
# Build and flash
cd keyboards/lily58/keymaps/minimal-code
make flashThis fork is based on qmk/qmk_firmware. To sync with upstream:
git remote add upstream https://github.com/qmk/qmk_firmware.git
git fetch upstream
git merge upstream/masterGPL-2.0-or-later (see LICENSE)

