Skip to content

Commit

Permalink
Updated Main Config to support battery reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
eXsoR65 committed Dec 31, 2024
1 parent 85c4af3 commit 6085597
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions config/charybdis.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,22 +13,15 @@ CONFIG_ZMK_BLE_EXPERIMENTAL_FEATURES=y
## Power Management Config
## https://zmk.dev/docs/config/power
CONFIG_ZMK_SLEEP=y
# CONFIG_ZMK_IDLE_TIMEOUT=30000
# CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000
CONFIG_ZMK_EXT_POWER=y
CONFIG_ZMK_IDLE_TIMEOUT=30000
CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=600000

## Battery Level
## https://zmk.dev/docs/config/battery
CONFIG_ZMK_BATTERY_REPORTING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y

## Mouse Emulation
## https://zmk.dev/docs/keymaps/behaviors/mouse-emulation
CONFIG_ZMK_MOUSE=y

## Include input subsystem and drivers in the system config
## https://github.com/badjeff/zmk-pmw3610-driver
## https://github.com/badjeff/zmk-split-peripheral-input-relay
## CONFIG_INPUT=y

## https://github.com/zmkfirmware/zmk/pull/2477
## CONFIG_ZMK_MOUSE_SMOOTH_SCROLLING=y
CONFIG_ZMK_POINTING=y

0 comments on commit 6085597

Please sign in to comment.