Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelostermann/qmk
My keyboard configuration
https://github.com/michaelostermann/qmk
Last synced: 12 days ago
JSON representation
My keyboard configuration
- Host: GitHub
- URL: https://github.com/michaelostermann/qmk
- Owner: MichaelOstermann
- License: gpl-2.0
- Created: 2024-08-14T13:36:12.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-24T08:25:39.000Z (3 months ago)
- Last Synced: 2024-08-24T09:35:42.696Z (3 months ago)
- Language: C
- Size: 41 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QMK
My keyboard configuration based on https://github.com/qmk/qmk_userspace
## Setup
```sh
# See https://docs.qmk.fm/newbs_getting_started
qmk setup
git clone https://github.com/MichaelOstermann/qmk.git
qmk config user.overlay_dir="$(realpath qmk)"
```## Autocorrect Dictionary
Edit as needed in `features/generate_autocorrect_dictionary.js`
```sh
node features/generate_autocorrect_dictionary.js
```## Compile/Flash
```sh
qmk compile -kb zsa/voyager -km michaelostermann
qmk flash -kb zsa/voyager -km michaelostermann
```## Resources
- [QMK Firmware](https://docs.qmk.fm)
- [Oryx Configurator](https://configure.zsa.io/home)
- [Pascal Getreuer](https://getreuer.info/posts/keyboards/index.html)