Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tristancacqueray/qmk-config
https://github.com/tristancacqueray/qmk-config
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tristancacqueray/qmk-config
- Owner: TristanCacqueray
- Created: 2023-11-07T21:57:53.000Z (almost 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-25T13:18:51.000Z (12 months ago)
- Last Synced: 2024-10-11T01:48:50.122Z (27 days ago)
- Language: C
- Size: 960 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# qmk-config
![cornec](./cornec.png)
> image generated with http://www.keyboard-layout-editor.com
## Changelog
- Initial layout from [technomancy](https://atreus.technomancy.us/cheat.pdf).
- Adapted to fit a 42 keys layout, moving ctrl and alt to the home row using combos.
- Replaced combos to use proper home-row-mods thanks to [achordion](https://getreuer.info/posts/keyboards/achordion/).## Built
Run the following commands to build the firmware:
```
nix develop --command qmk setup
ln -s $(pwd) ~/qmk_firmware/keyboards/moonlander/keymaps/moonwalker
nix run
```Don't forget to apply https://github.com/qmk/qmk_firmware/pull/19405 to ~/qmk_firmware.