This commit is contained in:
parent
3cdcac8ff0
commit
a913cb6e29
3 changed files with 9 additions and 10 deletions
|
|
@ -0,0 +1,6 @@
|
||||||
|
/ {
|
||||||
|
keymap {
|
||||||
|
compatible = "zmk,keymap";
|
||||||
|
bindings = <&analog_steering_wheel>;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
@ -1,13 +1,6 @@
|
||||||
manifest:
|
manifest:
|
||||||
remotes:
|
|
||||||
- name: zmkfirmware
|
|
||||||
url-base: https://github.com/zmkfirmware
|
|
||||||
# Additional modules containing boards/shields/custom code can be listed here as well
|
|
||||||
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
|
|
||||||
projects:
|
projects:
|
||||||
- name: zmk
|
- name: zmk-config
|
||||||
remote: zmkfirmware
|
url: https://github.com/waylonwalker/zmk-config.git
|
||||||
revision: main
|
revision: main
|
||||||
import: app/west.yml
|
path: config
|
||||||
self:
|
|
||||||
path: config
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue