mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-05 22:26:18 +00:00
Use urob fork to disable capsword after modifiers
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
|
||||
&caps_word {
|
||||
continue-list = <UNDERSCORE MINUS>;
|
||||
/delete-property/ ignore-modifiers;
|
||||
};
|
||||
|
||||
/ {
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user