Skip to content

Commit

Permalink
reduce the rotary scroll speed a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
ctranstrum committed Mar 1, 2025
1 parent 1a41ed6 commit 852d71a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,8 @@ Modify your `config/one-up-chuck.conf` file with these suggested changes:
CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y
# Enable mouse scrolling on the encoder
# Enable mouse emulation
CONFIG_ZMK_POINTING=y
CONFIG_ZMK_POINTING_SMOOTH_SCROLLING=y
# Enable ZMK Studio
CONFIG_ZMK_STUDIO=y
Expand Down
2 changes: 1 addition & 1 deletion boards/shields/chuck/one_up_chuck.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@
compatible = "zmk,behavior-sensor-rotate-var";
#sensor-binding-cells = <2>;
bindings = <&msc>, <&msc>;
tap-ms = <50>;
tap-ms = <30>;
};

sscw: sticky_shift_caps_word {
Expand Down
4 changes: 2 additions & 2 deletions config/one_up_chuck.conf
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ CONFIG_RGBLED_WIDGET_CONN_COLOR_DISCONNECTED=5

CONFIG_RGBLED_WIDGET_SHOW_LAYER_COLORS=y
CONFIG_RGBLED_WIDGET_LAYER_1_COLOR=2
CONFIG_RGBLED_WIDGET_LAYER_2_COLOR=6
CONFIG_RGBLED_WIDGET_LAYER_3_COLOR=5
CONFIG_RGBLED_WIDGET_LAYER_2_COLOR=4
CONFIG_RGBLED_WIDGET_LAYER_3_COLOR=6
CONFIG_RGBLED_WIDGET_LAYER_4_COLOR=1

# Set defaults for macros
Expand Down

0 comments on commit 852d71a

Please sign in to comment.