mirror of
https://github.com/dnlbauer/sofle-zmk-config.git
synced 2026-09-10 14:35:30 +00:00
swap prev/next media key
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
continue-list = <UNDERSCORE MINUS LS(MINUS) UP DOWN LEFT RIGHT BSPC DEL>;
|
||||
};
|
||||
|
||||
// faster layertap
|
||||
< {
|
||||
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>;
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user