Skip to content

lintuxt/qmk-userspace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom QMK firmware for my hand-built Corne (crkbd rev1). Bespoke OLED font, an American flag RGB Matrix effect, and a hardware-bypass workaround for three dead LEDs. Builds against unmodified upstream QMK — no fork to maintain.

License: ISC QMK 0.32.14

Install

Requires the qmk CLI and an upstream QMK checkout (kept at ../qmk, pinned to QMK 0.32.14).

qmk config user.qmk_home="$(cd ../qmk && pwd)"
qmk config user.overlay_dir="$(pwd)"
qmk userspace-compile

The build emits crkbd_rev1_lintuxt.hex at the repo root.

Quickstart

Put the Corne into the caterina bootloader (reset button on the half you're flashing) and run:

qmk flash crkbd_rev1_lintuxt.hex

Or drop the hex into QMK Toolbox. Flash both halves — they share the same firmware image.

Why it exists

I built my Corne in 2020. For six years I ran essentially stock firmware on it — the default QMK splash on the OLEDs, a generic rainbow on the underglow, and three dead LEDs on the right half that I'd hardware-bypassed with a jumper but never worked around in firmware.

Every customization I wanted was its own multi-day project. I had a list. I never shipped it.

The whole list closed in one afternoon with Claude Code: a bespoke OLED font drawn pixel-by-pixel, a custom RGB Matrix effect (LINTUXT_AMERICAN — mirrored American flag with a wind-ripple wave, per half), and a chain-shift workaround for the dead RHS LEDs. The full story: Six years of "someday", shipped in an afternoon.

This repo is the firmware that came out of that afternoon.

Documentation

The keymap, font, and RGB effect live under keyboards/crkbd/keymaps/lintuxt/:

To bump QMK: cd ../qmk && git fetch --tags && git checkout <newer-tag> && qmk git-submodule, then rebuild and resolve any keymap drift.

License

ISC — see the header on keymap.c.

About

Personal QMK userspace — Corne (crkbd) keymap with custom 5-color pinwheel RGB effect

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors