Use urob fork to disable capsword after modifiers

This commit is contained in:
2024-04-30 22:10:31 +02:00
parent 1ce1b568a7
commit a76a01dcdf
2 changed files with 6 additions and 3 deletions

View File

@@ -15,6 +15,7 @@
&caps_word {
continue-list = <UNDERSCORE MINUS>;
/delete-property/ ignore-modifiers;
};
/ {

View File

@@ -2,11 +2,13 @@ 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
- name: urob
url-base: https://github.com/urob
projects:
- name: zmk
remote: zmkfirmware
# remote: zmkfirmware
# Using urob's fork until https://github.com/zmkfirmware/zmk/pull/1451 get's merged
remote: urob
revision: main
import: app/west.yml
self: