Skip to content

Commit

Permalink
Disable sensors/encoders.
Browse files Browse the repository at this point in the history
  • Loading branch information
trankillity committed May 11, 2024
1 parent 2ec93f3 commit a066cfb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions config/ffkb_v3.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@

/ {

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

combos {
#include "combos.overlay"
Expand Down Expand Up @@ -66,7 +66,7 @@
compatible = "zmk,keymap";

default_layer {
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
// sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;

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 @@ -77,7 +77,7 @@
};

navi_layer {
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
// sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;

bindings = <
&kp ESC &kp K_APP &kp HOME &kp UP &kp END &kp PG_UP &kp INS &kp LA(TAB) &kp LA(LS(TAB)) &kp C_BRI_UP &kp C_BRI_DN &none
Expand All @@ -88,7 +88,7 @@
};

numb_layer {
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
// sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;

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

func_layer {
sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;
// sensor-bindings = <&inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN &inc_dec_kp C_VOLUME_UP C_VOLUME_DOWN>;

bindings = <
&trans &bootloader &kp LS(PG_UP) &kp LS(UP) &kp LS(PG_DN) &trans &kp C_PLAY_PAUSE &kp F7 &kp F8 &kp F9 &kp F10 &trans
Expand Down

0 comments on commit a066cfb

Please sign in to comment.