This is my QMK keymap for the splitkb Kyria.
Several features are being developed as QMK community modules in mintchipleaf/qmk-modules, a git submodule of this repo. Currently the only custom module is Luna, but others are being added.
- Luna Keyboard Pet – The adorable dog that lives in and reacts to your keyboard
This repo works as an External QMK Userspace and makes use of the Community Modules support added in QMK Firmware 0.28.0, released 2025-02-27. Instructions on how to use it in QMK:
-
Set up QMK or update your QMK set up to get the latest.
-
Clone this repo locally
git clone --recurse-submodules https://github.com/mintchipleaf/qmk_userspace
-
Run the following shell command, replacing "
path/to/qmk_userspace" with the relative path to your clone ofqmk-userspacefrom the previous step:qmk config user.overlay_dir="$(realpath path/to/qmk_userspace)"
My keymap may then be compiled and flashed with
qmk flash -kb splitkb/kyria -km mintSection copied from getreuer/qmk-keymap