Add masked-mods support (PR#1114)

This commit is contained in:
urob 2022-06-21 15:22:34 -04:00
parent dd87743f2f
commit 4427fd4adb
2 changed files with 5 additions and 2 deletions

View file

@ -114,6 +114,7 @@ TODOs and ISSUES
#binding-cells = <0>;
bindings = <&lt NUM BSPC>, <&kp DEL>;
mods = <MOD_LSFT>;
masked_mods = <MOD_LSFT>; // requires PR 1114
};
// tap: sticky shift | double tap: capsword

View file

@ -2,10 +2,12 @@ manifest:
remotes:
- name: zmkfirmware
url-base: https://github.com/zmkfirmware
- name: urob
url-base: https://github.com/urob
projects:
- name: zmk
remote: zmkfirmware
revision: main
remote: urob
revision: masked-mods
import: app/west.yml
self:
path: config