No description
| .devcontainer | ||
| .github/workflows | ||
| .vscode | ||
| assets | ||
| features | ||
| keyboards | ||
| layouts | ||
| users | ||
| .clang-format | ||
| .clangd | ||
| .editorconfig | ||
| .gitignore | ||
| LICENSE | ||
| Makefile | ||
| qmk.json | ||
| README.md | ||
QMK Keymaps
Features
- Autocorrect
- Case Modes
- Combos
- Home Row Mods
- Leader Key
- Repeat / Magic Keys
My Keymap
See magic sturdy for usage of the magic key.
Installation
Follow the getting started docs to install QMK Firmware
# Clone the keymaps
git clone https://git.sajenim.dev/jasmine/qmk_userspace.git
# Setup external userspace
qmk config user.overlay_dir="$(realpath qmk_userspace)"
# Compile the firmware
qmk compile -kb <keyboard> -km <keymap>
