mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
18 lines
462 B
YAML
18 lines
462 B
YAML
manifest:
|
|
remotes:
|
|
- name: zmkfirmware
|
|
url-base: https://github.com/zmkfirmware
|
|
- name: petejohanson
|
|
url-base: https://github.com/petejohanson
|
|
projects:
|
|
- name: zmk
|
|
import: app/west.yml
|
|
#remote: zmkfirmware
|
|
#revision: main
|
|
# use this branch for right side encoder support
|
|
# until split encoder is merged into main
|
|
remote: petejohanson
|
|
revision: stephen/split-encoder
|
|
self:
|
|
path: config
|