qmk_keymaps/README.md

32 lines
1.9 KiB
Markdown
Raw Normal View History

2023-07-25 12:32:12 +08:00
# QMK Keymaps
2023-01-06 02:14:35 +08:00
2024-03-19 20:12:12 +08:00
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.
2023-07-25 12:32:12 +08:00
## Keyboards
2024-03-19 20:12:12 +08:00
- [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.
2023-07-25 12:32:12 +08:00
- [Corne Cherry](https://github.com/foostan/crkbd)
2024-06-02 11:06:37 +08:00
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):
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.
2023-07-25 12:32:12 +08:00
2024-03-19 20:12:12 +08:00
## Todo
2024-06-02 11:06:37 +08:00
- [Dactyl Manuform](https://github.com/tshort/dactyl-keyboard):
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).
2023-07-25 12:32:12 +08:00
## Keymaps
## Pictures
## Install
Follow the [getting started](https://docs.qmk.fm/#/newbs_getting_started) docs to install [QMK Firmware](https://docs.qmk.fm/#/)
# Clone the keymaps
git clone https://github.com/sajenim/qmk_keymaps.git
# Merge our keymaps into qmk_firmware
2023-01-06 02:14:35 +08:00
rsync --recursive qmk_keymaps/keyboards/ qmk_firmware/keyboards/
2023-07-25 12:32:12 +08:00
# Compile the firmware
qmk compile -kb crkbd -km sajenim