Skip to content

Commit

Permalink
Moving configuration to defconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
codetreras committed Jan 14, 2025
1 parent 7c9d632 commit 3812de1
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
16 changes: 16 additions & 0 deletions boards/shields/temper/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,25 @@ config ZMK_SPLIT_ROLE_CENTRAL

endif

if SHIELD_TEMPER_RIGHT

config ZMK_SPLIT_ROLE_CENTRAL
default n

endif

if SHIELD_TEMPER_LEFT || SHIELD_TEMPER_RIGHT

config ZMK_SPLIT
default y

config ZMK_SLEEP
default y

config ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY
default y

config ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING
default y

endif
3 changes: 0 additions & 3 deletions boards/shields/temper/temper.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
# Uncomment the following line to enable deep sleep
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

0 comments on commit 3812de1

Please sign in to comment.