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:
|
||||
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:
|
||||
- name: zmk
|
||||
remote: zmkfirmware
|
||||
- name: zmk-config
|
||||
url: https://github.com/waylonwalker/zmk-config.git
|
||||
revision: main
|
||||
import: app/west.yml
|
||||
self:
|
||||
path: config
|
||||
path: config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue