From 4427fd4adb300341379a4b0584c568dadb3adb36 Mon Sep 17 00:00:00 2001 From: urob <978080+urob@users.noreply.github.com> Date: Tue, 21 Jun 2022 15:22:34 -0400 Subject: [PATCH] Add masked-mods support (PR#1114) --- config/base.keymap | 1 + config/west.yml | 6 ++++-- 2 files changed, 5 insertions(+), 2 deletions(-) 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