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.
This commit is contained in:
innovaker
2020-11-03 11:36:01 +00:00
committed by Pete Johanson
parent d748d8a749
commit aebe90908d
14 changed files with 22 additions and 22 deletions

View File

@@ -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>;
};
};
};

View File

@@ -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
>;
};
};

View File

@@ -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>;
};
};
};

View File

@@ -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>;
};
};
};