https://github.com/lichendust/keyboards
⌨ What if keyboard, but really complicated?
https://github.com/lichendust/keyboards
keyboard mechanical-keyboard qmk qmk-firmware zmk zmk-firmware
Last synced: 3 months ago
JSON representation
⌨ What if keyboard, but really complicated?
- Host: GitHub
- URL: https://github.com/lichendust/keyboards
- Owner: lichendust
- Created: 2020-07-26T17:03:56.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2025-08-01T20:19:28.000Z (10 months ago)
- Last Synced: 2025-08-01T21:38:09.483Z (10 months ago)
- Topics: keyboard, mechanical-keyboard, qmk, qmk-firmware, zmk, zmk-firmware
- Homepage:
- Size: 128 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# ⌨️ Keyboards
This is the repository for my keyboards, like the Undertow and the Wanderer, as well as a handful of macro pads.
This repository used to be a local affair, with scripts that built and flashed each board, whether ZMK or QMK. You can still see this old repository on the `archive` branch.
Because keyboard firmwares have bloated beyond all reason and recognition and *for some reason* have grown to require their own, dedicated, Python toolchains for compilation that require sacrificing goats to get working, I've ported all of my current boards to an Actions workflow.
## Branches
Each board lives on a separate, orphaned branch, named for the firmware and board itself:
- `qmk/undertow`
- `zmk/wanderer`
- `zmk/rotr`
I also frequently build boards for friends:
- `qmk/milo`
- `zmk/candy`
## Docs
To create a new orphaned branch, use:
git switch --orphan qmk/xxx