Add masked-mods support (PR#1114)
This commit is contained in:
parent
dd87743f2f
commit
4427fd4adb
2 changed files with 5 additions and 2 deletions
|
@ -114,6 +114,7 @@ TODOs and ISSUES
|
||||||
#binding-cells = <0>;
|
#binding-cells = <0>;
|
||||||
bindings = << NUM BSPC>, <&kp DEL>;
|
bindings = << NUM BSPC>, <&kp DEL>;
|
||||||
mods = <MOD_LSFT>;
|
mods = <MOD_LSFT>;
|
||||||
|
masked_mods = <MOD_LSFT>; // requires PR 1114
|
||||||
};
|
};
|
||||||
|
|
||||||
// tap: sticky shift | double tap: capsword
|
// tap: sticky shift | double tap: capsword
|
||||||
|
|
|
@ -2,10 +2,12 @@ manifest:
|
||||||
remotes:
|
remotes:
|
||||||
- name: zmkfirmware
|
- name: zmkfirmware
|
||||||
url-base: https://github.com/zmkfirmware
|
url-base: https://github.com/zmkfirmware
|
||||||
|
- name: urob
|
||||||
|
url-base: https://github.com/urob
|
||||||
projects:
|
projects:
|
||||||
- name: zmk
|
- name: zmk
|
||||||
remote: zmkfirmware
|
remote: urob
|
||||||
revision: main
|
revision: masked-mods
|
||||||
import: app/west.yml
|
import: app/west.yml
|
||||||
self:
|
self:
|
||||||
path: config
|
path: config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue