mirror of
https://github.com/dnlbauer/corax-zmk-config.git
synced 2026-09-10 21:55:29 +00:00
* refactor: move corax keyboard module to own repository * feat: update readme to mention that this is only a configuration
17 lines
360 B
YAML
17 lines
360 B
YAML
manifest:
|
|
remotes:
|
|
- name: zmkfirmware
|
|
url-base: https://github.com/zmkfirmware
|
|
- name: dnlbauer
|
|
url-base: https://github.com/dnlbauer
|
|
projects:
|
|
- name: zmk
|
|
import: app/west.yml
|
|
remote: zmkfirmware
|
|
revision: main
|
|
- name: zmk-keyboards-corax
|
|
remote: dnlbauer
|
|
revision: main
|
|
self:
|
|
path: config
|