swap prev/next media key

This commit is contained in:
daniel
2023-04-08 19:49:02 +02:00
parent 1aa8bca6ae
commit d472ba2453

View File

@@ -19,6 +19,7 @@
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
};
// faster layertap
&lt {
quick-tap-ms = <0>;
tapping-term-ms = <100>;
@@ -152,7 +153,7 @@
// ___________________________________________________________________ __________________________________________________________________
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_PREV C_NEXT>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>;
};
special_layer {
@@ -177,7 +178,7 @@
// ___________________________________________________________________ __________________________________________________________________
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_PREV C_NEXT>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>;
};
nav_layer {
@@ -202,7 +203,7 @@
// ___________________________________________________________________ __________________________________________________________________
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_PREV C_NEXT>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>;
};
adjust_layer {
@@ -227,7 +228,7 @@
// ___________________________________________________________________ __________________________________________________________________
>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_PREV C_NEXT>;
sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN &inc_dec_kp C_NEXT C_PREV>;
};