Skip to content

My keyboard firmware

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md
GPL-3.0
license_GPLv3.md
Notifications You must be signed in to change notification settings

le4ker/keyboard-firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

QMK Firmware Fork - Lily58 Minimal Code Layout

Lily58 QMK

This is a personal fork of QMK Firmware containing my custom minimal-code keymap for the Lily58 split keyboard.

My Keymap

A performance-optimized, two-layer layout designed for software developers.

Layer Description
Base Layer Base: QWERTY with all coding symbols accessible
Lower Layer Lower: F-keys, media, VIM-style arrows

Highlights

  • 🚀 ~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

👉 Full documentation

Quick Start

# 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 flash

Upstream

This 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/master

License

GPL-2.0-or-later (see LICENSE)

About

My keyboard firmware

Topics

Resources

License

GPL-2.0 and 2 other licenses found

Licenses found

GPL-2.0
LICENSE
GPL-2.0
license_GPLv2.md
GPL-3.0
license_GPLv3.md

Contributing

Stars

Watchers

Forks

Languages

  • C 90.3%
  • C++ 6.3%
  • Python 1.8%
  • Makefile 1.2%
  • Linker Script 0.2%
  • Shell 0.2%