https://github.com/cor/voyager-helix-qmk
Voyager keymap that emulates the Helix editor, made with QMK
https://github.com/cor/voyager-helix-qmk
Last synced: 9 months ago
JSON representation
Voyager keymap that emulates the Helix editor, made with QMK
- Host: GitHub
- URL: https://github.com/cor/voyager-helix-qmk
- Owner: cor
- Created: 2024-08-10T20:27:04.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-13T12:34:43.000Z (almost 2 years ago)
- Last Synced: 2025-06-11T11:12:20.131Z (12 months ago)
- Language: C
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Uses the ZSA fork of QMK:
https://github.com/zsa/qmk_firmware
## Setup
Use the firmware23 branch of zsa
```sh
qmk setup zsa/qmk_firmware -b firmware24
qmk config user.keyboard=zsa/voyager
qmk config user.keymap=cor
```
QMK firmware will now be setup in `~/qmk_firmware/keyboards/zsa/voyager/keymaps/cor`.
Then, remove the default config and link it to this repo's keymap:
```
rm -rf /Users/cor/qmk_firmware/keyboards/zsa/voyager/keymaps/cor
ln -s /Users/cor/dev/voyager-helix-qmk/keymap /Users/cor/qmk_firmware/keyboards/zsa/voyager/keymaps/cor
```
## Compile
```sh
qmk compile
```
## Flash
```sh
qmk flash
```