summaryrefslogtreecommitdiff
path: root/app/tests/hold-tap
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
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')
-rw-r--r--app/tests/hold-tap/balanced/behavior_keymap.dtsi4
-rw-r--r--app/tests/hold-tap/balanced/many-nested/native_posix.keymap4
-rw-r--r--app/tests/hold-tap/hold-preferred/behavior_keymap.dtsi4
-rw-r--r--app/tests/hold-tap/tap-preferred/behavior_keymap.dtsi4
4 files changed, 8 insertions, 8 deletions
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
>;
};
};
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>;
};
};
};
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>;
};
};
};