forked from kofal.net/zmk
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:
@@ -20,7 +20,7 @@
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp LC(A) &kp LS(B)
|
||||
&kp LCTL &none
|
||||
&kp LEFT_CONTROL &none
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
default_layer {
|
||||
bindings = <
|
||||
&kp LC(A) &kp LS(B)
|
||||
&kp LCTL &none
|
||||
&kp LEFT_CONTROL &none
|
||||
>;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user