Skip to content

Commit

Permalink
Change default settings
Browse files Browse the repository at this point in the history
Dim brightness of LEDS for improved battery life, Decrease settings save timeout to 29.5 seconds so it occurs before idle timeout
  • Loading branch information
ReFil committed Oct 7, 2022
1 parent a981282 commit b3322a5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ config ZMK_RGB_UNDERGLOW_BRT_MAX
config ZMK_RGB_UNDERGLOW_BRT_SCALE
int "RGB underglow brightness scale factor in percent"
range 0 100
default 5
default 1

config ZMK_RGB_UNDERGLOW_HUE_STEP
int "RGB underglow hue step in degrees"
Expand Down Expand Up @@ -272,12 +272,12 @@ config ZMK_BACKLIGHT_BRT_STEP
config ZMK_BACKLIGHT_BRT_START
int "Default brightness in percent"
range 1 100
default 40
default 100

config ZMK_BACKLIGHT_BRT_SCALE
int "Default brightness in percent"
range 0 100
default 100
default 25

config ZMK_BACKLIGHT_ON_START
bool "Default backlight state"
Expand Down Expand Up @@ -449,7 +449,7 @@ if SETTINGS

config ZMK_SETTINGS_SAVE_DEBOUNCE
int "Milliseconds to debounce settings saves"
default 60000
default 29500

#SETTINGS
endif
Expand Down

0 comments on commit b3322a5

Please sign in to comment.