Skip to content

Commit

Permalink
change nav buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
280Zo committed Aug 22, 2024
1 parent 390e8ac commit 42a0ae9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ CONFIG_PMW3610=y

# https://github.com/inorichi/zmk-pmw3610-driver/blob/main/Kconfig
CONFIG_PMW3610_SMART_ALGORITHM=y
CONFIG_PMW3610_CPI=1200
CONFIG_PMW3610_CPI_DIVIDOR=3
CONFIG_PMW3610_CPI=400
CONFIG_PMW3610_CPI_DIVIDOR=1
CONFIG_PMW3610_SNIPE_CPI=200
CONFIG_PMW3610_SNIPE_CPI_DIVIDOR=1
CONFIG_PMW3610_SCROLL_TICK=20
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@
spi-max-frequency = <2000000>;
irq-gpios = <&gpio0 6 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>;
/* optional features */
snipe-layers = <8>;
scroll-layers = <1 2 3 9>;
snipe-layers = <8>;
scroll-layers = <1 9>;
automouse-layer = <7>;
};
};
Expand Down
4 changes: 2 additions & 2 deletions config/charybdis.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@
bindings = <
&none &none &none &none &none &none &none &kp LS(LC(H)) &kp LS(LC(J)) &kp LS(LC(K)) &kp LS(LC(L)) &none
&trans &trans &trans &trans &trans &trans &VSplit &kp LEFT_ARROW &kp DOWN &kp UP &kp RIGHT_ARROW &none
&none &none &none &none &none &none &HSplit &kp END &kp PG_DN &kp PG_UP &kp HOME &trans
&none &none &none &none &none &none &HSplit &kp HOME &kp PG_DN &kp PG_UP &kp END &trans
&none &none &trans &trans &trans
>;
};
Expand Down Expand Up @@ -175,7 +175,7 @@
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans &trans
&tdtb &trans &trans &trans &trans
&tdtb &trans &trans &trans &t
>;
};

Expand Down

0 comments on commit 42a0ae9

Please sign in to comment.