This is the QMK Userspace for my custom keyboard keymaps.
- Split keyboard with wired connection
- 3x6 key matrix with 3 thumb keys per side
Prerequisites:
- GitHub CLI (
gh) installed and authenticated (gh auth login) orGH_TOKENset- Arch:
sudo pacman -S github-cli
- Arch:
- QMK CLI (
qmk) installed for Corne flashing- Arch:
sudo pacman -S qmk
- Arch:
Use the flash_latest.sh script to flash your keyboard:
# Flash Corne (default)
./flash_latest.sh
# Flash with latest successful build
./flash_latest.sh --latest-successfulFirmware is automatically built by GitHub Actions when changes are pushed to the repository.
You can read more about compiling QMK firmware on the official docs: