Skip to content

Commit

Permalink
Attempt with only one encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed May 22, 2024
1 parent 86679b1 commit 5cf52ec
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/ffkb_v3.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

sensors {
compatible = "zmk,keymap-sensors";
sensors = <&encoder_1 &encoder_2>;
sensors = <&encoder_2>;
triggers-per-rotation = <20>;
};

Expand Down Expand Up @@ -122,7 +122,7 @@
compatible = "zmk,keymap";

default_layer {
sensor-bindings = <&rot_kp PG_DN PG_UP &rot_kp C_VOL_UP C_VOL_DN>;
sensor-bindings = <&rot_kp C_VOL_UP C_VOL_DN>;

bindings = <
&kp ESC &kp Q &kp W &kp F &kp P &kp B &kp J &kp L &kp U &kp Y &kp SQT &kp BSLH
Expand All @@ -133,7 +133,7 @@
};

navi_layer {
sensor-bindings = <&rot_kp LC(RIGHT) LC(LEFT) &rot_kp C_VOL_UP C_VOL_DN>;
sensor-bindings = <&rot_kp C_VOL_UP C_VOL_DN>;

bindings = <
&trans &kp INS &kp HOME &kp UP &kp END &kp PG_UP &kp K_APP &swap_next &swap_prev &kp C_BRI_UP &kp C_BRI_DN &none
Expand All @@ -144,7 +144,7 @@
};

numb_layer {
sensor-bindings = <&rot_kp PG_UP PG_DN &rot_kp LC(DOWN) LC(UP)>;
sensor-bindings = <&rot_kp LC(DOWN) LC(UP)>;

bindings = <
&kp F6 &kp F5 &kp F4 &kp F3 &kp F2 &kp F1 &kp EQUAL &kp N7 &kp N8 &kp N9 &kp DOT &kp COMMA
Expand All @@ -155,7 +155,7 @@
};

func_layer {
sensor-bindings = <&rot_kp LG(RIGHT) LG(LEFT) &rot_kp LG(LA(RIGHT)) LG(LA(LEFT))>;
sensor-bindings = <&rot_kp LG(LA(RIGHT)) LG(LA(LEFT))>;

bindings = <
&none &none &none &none &none &none &none &none &none &none &none &none
Expand Down

0 comments on commit 5cf52ec

Please sign in to comment.