Skip to content

Commit

Permalink
lower deep sleep threshold to test sensor when force awake is disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
AlaaSaadAbdo authored Jul 30, 2024
1 parent 8411a91 commit 65998bd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions config/boards/shields/ghazal/ghazal.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ CONFIG_ZMK_KSCAN_DEBOUNCE_RELEASE_MS=5
# uses very little power, but it may take
# a few seconds to reconnect after waking.
# 1.800.000 ms = 30 minutes
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
#CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=1800000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=120000

# Better compatibility with iPadOS
CONFIG_ZMK_HID_CONSUMER_REPORT_USAGES_BASIC=y
Expand All @@ -33,7 +34,7 @@ CONFIG_PMW3610_INVERT_X=y
CONFIG_PMW3610_CPI=600
CONFIG_PMW3610_SCROLL_TICK=30
CONFIG_PMW3610_POLLING_RATE_125_SW=y
CONFIG_PMW3610_FORCE_AWAKE=y
CONFIG_PMW3610_FORCE_AWAKE=n

CONFIG_ZMK_DISPLAY_STATUS_SCREEN_BUILT_IN=y
CONFIG_ZMK_LV_FONT_DEFAULT_SMALL_MONTSERRAT_26=y
Expand Down

0 comments on commit 65998bd

Please sign in to comment.