summaryrefslogtreecommitdiff
path: root/app/tests/hold-tap/tap-preferred
diff options
context:
space:
mode:
authorinnovaker <66737976+innovaker@users.noreply.github.com>2020-11-03 11:36:01 +0000
committerPete Johanson <peter@peterjohanson.com>2020-11-03 23:50:54 -0500
commitaebe90908df58e332186f3152f67fbdc9f0d3ffb (patch)
tree42e30c8c8598ec8f9521c855df738ad2b5003483 /app/tests/hold-tap/tap-preferred
parentd748d8a7496ea436a7e643245dbefb7b9c99d0cb (diff)
test: Replace superseded key names in test keymaps
Replace deprecated key names (LSFT, LCTL, RCTL, M_NEXT). Replace abbreviated names with fully qualified names (LSFT, LCTL, LALT, LGUI, RGUI). Follow-up to #21.
Diffstat (limited to 'app/tests/hold-tap/tap-preferred')
-rw-r--r--app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi b/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi
index e514fa6..6e91466 100644
--- a/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi
+++ b/app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi
@@ -20,8 +20,8 @@
default_layer {
bindings = <
- &tp LSFT F &tp LCTL J
- &kp D &kp RCTL>;
+ &tp LEFT_SHIFT F &tp LEFT_CONTROL J
+ &kp D &kp RIGHT_CONTROL>;
};
};
};