38 lines
1.1 KiB
Markdown
38 lines
1.1 KiB
Markdown
# QMK Keymaps
|
|
|
|

|
|
|
|
## Features
|
|
* **Autocorrect**
|
|
* **Case Modes**
|
|
* **Combos**
|
|
* **Home Row Mods**
|
|
* **Leader Key**
|
|
* **Repeat / Magic Keys**
|
|
|
|
## My Keymap
|
|

|
|
|
|
See [**magic sturdy**](https://github.com/Ikcelaks/keyboard_layouts/blob/main/magic_sturdy/magic_sturdy.md) for usage of the magic key.
|
|
|
|
## Installation
|
|
Follow the [getting started](https://docs.qmk.fm/#/newbs_getting_started) docs to install [QMK Firmware](https://docs.qmk.fm/#/)
|
|
|
|
```sh
|
|
# 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>
|
|
```
|
|
|
|
## References
|
|
* [Precondition](https://precondition.github.io/home-row-mods)
|
|
* [Pascal Getreuer](https://getreuer.info/posts/keyboards/index.html)
|
|
* [Ikcelaks](https://github.com/Ikcelaks/keyboard_layouts/tree/main)
|
|
* [Andrew Rae](https://github.com/andrewjrae/kyria-keymap)
|
|
* [Jonas Hietala](https://www.jonashietala.se/series/t-34/)
|