Skip to content

Commit

Permalink
Clean up rommana debounce a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
caksoylar committed Oct 12, 2024
1 parent 203ee23 commit a25c053
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boards/shields/rommana/rommana_right.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
};

&kscan0 {
debounce-press-ms = <8>;
debounce-release-ms = <16>;
row-gpios
= <&xiao_d 1 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>
, <&xiao_d 0 (GPIO_PULL_DOWN | GPIO_ACTIVE_HIGH)>
Expand Down
4 changes: 4 additions & 0 deletions config/rommana.conf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,7 @@ CONFIG_RGBLED_WIDGET_BATTERY_LEVEL_CRITICAL=10
# Report peripheral battery levels
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y

# Debouncing
CONFIG_ZMK_KSCAN_DEBOUNCE_PRESS_MS=5
CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=15

0 comments on commit a25c053

Please sign in to comment.