From aebe90908df58e332186f3152f67fbdc9f0d3ffb Mon Sep 17 00:00:00 2001 From: innovaker <66737976+innovaker@users.noreply.github.com> Date: Tue, 3 Nov 2020 11:36:01 +0000 Subject: 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. --- app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi') diff --git a/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi b/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi index 375ffd9..64847a5 100644 --- a/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi +++ b/app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi @@ -22,8 +22,8 @@ default_layer { bindings = < - &ht_hold LSFT F &ht_hold LCTL J - &kp D &kp RCTL>; + &ht_hold LEFT_SHIFT F &ht_hold LEFT_CONTROL J + &kp D &kp RIGHT_CONTROL>; }; }; }; -- cgit v1.2.3