Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 1 month 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-11-27T21:42:02.000Z (2 months ago)
- Last Synced: 2024-11-27T22:19:06.774Z (2 months ago)
- Topics: keyboard, mechanical-keyboard, qmk, qmk-firmware, zmk, zmk-firmware
- Homepage:
- Size: 104 KB
- Stars: 0
- Watchers: 2
- 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