Skip to content

Commit

Permalink
Added new branch for dual battery status display
Browse files Browse the repository at this point in the history
  • Loading branch information
sidx64 committed Jan 30, 2024
1 parent b8b6ace commit 24ba962
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/boards/shields/corny/Kconfig.defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ config ZMK_SPLIT_ROLE_CENTRAL

endif

if ZMK_SPLIT_ROLE_CENTRAL

menuconfig ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING
default y

if ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING

config ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY
default y

endif

endif #ZMK_SPLIT_ROLE_CENTRAL

if SHIELD_CORNY_LEFT || SHIELD_CORNY_RIGHT

config ZMK_SPLIT
Expand Down

0 comments on commit 24ba962

Please sign in to comment.