Skip to content

Commit

Permalink
Enabled Deep Sleep and change scroll movment
Browse files Browse the repository at this point in the history
  • Loading branch information
eXsoR65 committed Jan 4, 2025
1 parent 8efc567 commit 70c8488
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boards/shields/charybdis/split_input_common.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@

scroll {
layers = <SCR>;
input-processors = <&zip_xy_transform (INPUT_TRANSFORM_Y_INVERT)>, <&zip_xy_scaler 1 7>, <&zip_xy_to_scroll_mapper>;
input-processors = <&zip_xy_transform (INPUT_TRANSFORM_Y_INVERT)>, <&zip_xy_scaler 1 2>, <&zip_xy_to_scroll_mapper>;
};
};
};
6 changes: 3 additions & 3 deletions config/charybdis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y

## Power Management Config
## https://zmk.dev/docs/config/power
CONFIG_ZMK_SLEEP=n
#CONFIG_ZMK_IDLE_TIMEOUT=30000
#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_IDLE_TIMEOUT=30000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000

## Battery Level
## https://zmk.dev/docs/config/battery
Expand Down

0 comments on commit 70c8488

Please sign in to comment.