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/balanced/behavior_keymap.dtsi | 4 ++-- app/tests/hold-tap/balanced/many-nested/native_posix.keymap | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app/tests/hold-tap/balanced') diff --git a/app/tests/hold-tap/balanced/behavior_keymap.dtsi b/app/tests/hold-tap/balanced/behavior_keymap.dtsi index df56fb5..7d18bb6 100644 --- a/app/tests/hold-tap/balanced/behavior_keymap.dtsi +++ b/app/tests/hold-tap/balanced/behavior_keymap.dtsi @@ -20,8 +20,8 @@ default_layer { bindings = < - &ht_bal LSFT F &ht_bal LCTL J - &kp D &kp RCTL>; + &ht_bal LEFT_SHIFT F &ht_bal LEFT_CONTROL J + &kp D &kp RIGHT_CONTROL>; }; }; }; diff --git a/app/tests/hold-tap/balanced/many-nested/native_posix.keymap b/app/tests/hold-tap/balanced/many-nested/native_posix.keymap index 3cb04c3..f51ffb5 100644 --- a/app/tests/hold-tap/balanced/many-nested/native_posix.keymap +++ b/app/tests/hold-tap/balanced/many-nested/native_posix.keymap @@ -20,8 +20,8 @@ default_layer { bindings = < - &ht_bal LSFT F &ht_bal LCTL J - &ht_bal LGUI H &ht_bal LALT L + &ht_bal LEFT_SHIFT F &ht_bal LEFT_CONTROL J + &ht_bal LEFT_GUI H &ht_bal LEFT_ALT L >; }; }; -- cgit v1.2.3