mirror of
https://github.com/zoriya/abyss.git
synced 2025-12-06 06:36:16 +00:00
Use urob fork to disable capsword after modifiers
This commit is contained in:
@@ -15,6 +15,7 @@
|
|||||||
|
|
||||||
&caps_word {
|
&caps_word {
|
||||||
continue-list = <UNDERSCORE MINUS>;
|
continue-list = <UNDERSCORE MINUS>;
|
||||||
|
/delete-property/ ignore-modifiers;
|
||||||
};
|
};
|
||||||
|
|
||||||
/ {
|
/ {
|
||||||
|
|||||||
@@ -2,11 +2,13 @@ manifest:
|
|||||||
remotes:
|
remotes:
|
||||||
- name: zmkfirmware
|
- name: zmkfirmware
|
||||||
url-base: https://github.com/zmkfirmware
|
url-base: https://github.com/zmkfirmware
|
||||||
# Additional modules containing boards/shields/custom code can be listed here as well
|
- name: urob
|
||||||
# See https://docs.zephyrproject.org/3.2.0/develop/west/manifest.html#projects
|
url-base: https://github.com/urob
|
||||||
projects:
|
projects:
|
||||||
- name: zmk
|
- 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
|
revision: main
|
||||||
import: app/west.yml
|
import: app/west.yml
|
||||||
self:
|
self:
|
||||||
|
|||||||
Reference in New Issue
Block a user