Skip to content

barlevalon/qmk_userspace

 
 

Repository files navigation

QMK Userspace

This is the QMK Userspace for my custom keyboard keymaps.

Supported Keyboards

Corne v3 (crkbd)

  • Split keyboard with wired connection
  • 3x6 key matrix with 3 thumb keys per side

Flashing Instructions

Prerequisites:

  • GitHub CLI (gh) installed and authenticated (gh auth login) or GH_TOKEN set
    • Arch: sudo pacman -S github-cli
  • QMK CLI (qmk) installed for Corne flashing
    • Arch: sudo pacman -S qmk

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-successful

Building Firmware

Firmware 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:

About

Userspace for the Bastard Keyboards QMK firmware.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C 65.0%
  • Shell 33.6%
  • Makefile 1.4%