Update README.md
This commit is contained in:
parent
818f4df729
commit
3bfec02cd2
38
README.md
38
README.md
|
@ -1,31 +1,37 @@
|
||||||
# QMK Keymaps
|
# QMK Keymaps
|
||||||
|
|
||||||
Personal keymaps for programmable keyboards. I currently use [canary](https://github.com/Apsu/Canary) layout and am working on implementing a [magic](https://github.com/Ikcelaks/keyboard_layouts/blob/main/magic_sturdy/magic_sturdy.md) key to minimize SFB and improve flow.
|
Personal keymaps for programmable keyboards.
|
||||||
|
|
||||||
## Keyboards
|
## Keyboards
|
||||||
- [Keychron Q4](https://www.keychron.com/products/keychron-q4-qmk-via-custom-mechanical-keyboard):
|
- [Keychron Q4](https://www.keychron.com/products/keychron-q4-qmk-via-custom-mechanical-keyboard)
|
||||||
My gateway to QMK, 60% hotswappable with CNC machined body, i still use this for gaming and to retain qwerty muscle memory.
|
|
||||||
- [Corne Cherry](https://github.com/foostan/crkbd)
|
- [Corne Cherry](https://github.com/foostan/crkbd)
|
||||||
My intro to building keyboards, 3x6 column stagger with 3 thumb keys. This keyboard got me into alt layouts and 3D printing (case). Sports box jade clicky switches and pulse mt3 keycaps with the [splinky](https://github.com/plut0nium/0xB2) mcu for all that extra storage for our macros.
|
- [Gerkin](https://www.40percent.club/2016/11/gherkin.html)
|
||||||
- [Gerkin](https://www.40percent.club/2016/11/gherkin.html):
|
- [Dactyl Manuform](https://github.com/tshort/dactyl-keyboard)
|
||||||
Created by 40percent.club the gherkin is a 30 key keyboard with a efficient 5x6 matrix. Entry to CAD and case design, my case can be found [here](https://www.printables.com/model/824013-pcb-mount-gherkin-keyboard-case). Hand lubed milky yellow with nylon bottom housing.
|
|
||||||
|
|
||||||
## Todo
|
## Features
|
||||||
- [Dactyl Manuform](https://github.com/tshort/dactyl-keyboard):
|
* **Canary Layout**
|
||||||
The dactyl manuform is a parameterized, split-hand, concave, columnar, ergonomic keyboard. My personal fork used for [sajkbd](https://sajkbd.io) builds is [here](https://git.sajenim.dev/jasmine/dactyl-manuform).
|
* **Autocorrect**
|
||||||
|
* **Magic Key**
|
||||||
|
* **Home Row Mods**
|
||||||
|
|
||||||
## Keymaps
|
## Installation
|
||||||
|
|
||||||
## Pictures
|
|
||||||
|
|
||||||
## Install
|
|
||||||
Follow the [getting started](https://docs.qmk.fm/#/newbs_getting_started) docs to install [QMK Firmware](https://docs.qmk.fm/#/)
|
Follow the [getting started](https://docs.qmk.fm/#/newbs_getting_started) docs to install [QMK Firmware](https://docs.qmk.fm/#/)
|
||||||
|
|
||||||
|
```sh
|
||||||
# Clone the keymaps
|
# Clone the keymaps
|
||||||
git clone https://github.com/sajenim/qmk_keymaps.git
|
git clone https://git.sajenim.dev/jasmine/qmk_keymaps.git
|
||||||
|
|
||||||
# Merge our keymaps into qmk_firmware
|
# Merge our keymaps into qmk_firmware
|
||||||
rsync --recursive qmk_keymaps/keyboards/ qmk_firmware/keyboards/
|
rsync --recursive qmk_keymaps/keyboards/ qmk_firmware/keyboards/
|
||||||
|
|
||||||
# Compile the firmware
|
# Compile the firmware
|
||||||
qmk compile -kb crkbd -km sajenim
|
qmk compile -kb <myKeyboard> -km <myKeymap>
|
||||||
|
```
|
||||||
|
|
||||||
|
## Pictures
|
||||||
|

|
||||||
|
|
||||||
|
## References
|
||||||
|
* [Precondition](https://precondition.github.io/home-row-mods)
|
||||||
|
* [Pascal Getreuer](https://getreuer.info/posts/keyboards/index.html)
|
||||||
|
* [ikcelaks/keyboard_layouts](https://github.com/Ikcelaks/keyboard_layouts/tree/main)
|
||||||
|
|
BIN
assets/dactyl-manuform.jpg
Normal file
BIN
assets/dactyl-manuform.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 641 KiB |
Loading…
Reference in a new issue