Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/844196/qmk-keymaps
:key::world_map:
https://github.com/844196/qmk-keymaps
crkbd keyboard keyboard-layout keymap-drawer qmk qmk-firmware qmk-keymap
Last synced: 27 days ago
JSON representation
:key::world_map:
- Host: GitHub
- URL: https://github.com/844196/qmk-keymaps
- Owner: 844196
- License: gpl-2.0
- Created: 2023-10-14T07:07:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-22T14:18:21.000Z (4 months ago)
- Last Synced: 2024-07-22T17:11:59.848Z (4 months ago)
- Topics: crkbd, keyboard, keyboard-layout, keymap-drawer, qmk, qmk-firmware, qmk-keymap
- Language: C
- Homepage:
- Size: 85.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
qmk-keymaps
:key::world_map:## :croissant: Corne
### Keymap
Click to expand
### Features
* (One-shot) Home-row combo mods[^hrcm] in `Base`
* Callum-style mods[^callum-style-mods] in `Nav`
* Caps Word[^capsword] and Num Word[^numword]
* One-shot sym
* Media control key like EarPods
* `Esc` cooperate with Japanese IME in Vim Insert mode
* Improved *Super ALT↯TAB*[^super-alt-tab]
* LED indicator (Layer, One-shot mod, Caps Word, ... and more) using `transaction_rpc_*`[^custom-data-sync]See also [`keymap.c`](./src/keyboards/crkbd/rev1/keymaps/efumaxay/keymap.c) and [`users/efumaxay/*`](./src/users/efumaxay).
### Build
```sh
task build:crkbd
```## :pray: Thanks
* Keymap images generated by [caksoylar/keymap-drawer](https://github.com/caksoylar/keymap-drawer)
## :page_facing_up: License
See [`LICENSE`](./LICENSE).
[^hrcm]: https://jasoncarloscox.com/blog/combo-mods/
[^capsword]: https://docs.qmk.fm/#/feature_caps_word
[^numword]: https://github.com/qmk/qmk_firmware/tree/906108fb486797ab2f3eb7c3a6f70e099c1199e6/users/replicaJunction#capsword-and-numword
[^callum-style-mods]: https://github.com/callum-oakley/qmk_firmware/tree/master/users/callum#oneshot-modifiers
[^super-alt-tab]: https://docs.qmk.fm/#/feature_macros?id=super-alt%e2%86%aftab
[^custom-data-sync]: https://docs.qmk.fm/#/feature_split_keyboard?id=custom-data-sync