diff --git a/config/base.keymap b/config/base.keymap index 413b5c1..502aa07 100644 --- a/config/base.keymap +++ b/config/base.keymap @@ -114,6 +114,7 @@ TODOs and ISSUES #binding-cells = <0>; bindings = << NUM BSPC>, <&kp DEL>; mods = ; + masked_mods = ; // requires PR 1114 }; // tap: sticky shift | double tap: capsword diff --git a/config/west.yml b/config/west.yml index 379d291..a93b930 100644 --- a/config/west.yml +++ b/config/west.yml @@ -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