home | blog | art | git gpg | email | rss

zmk-config

Personal ZMK configuration for my wireless keyboard
git clone git://pollux.codes/git/zmk-config
Log | Files | Refs | README
commit 40cf4d4d47142e511f99dab23d462f4027f2c67d
parent ab57962b1b3368a4a79bf5be6b214f7003d3c320
Author: Pollux <pollux@pollux.codes>
Date:   Thu, 10 Apr 2025 00:03:42 -0500

feat: enable deep sleep

Signed-off-by: Pollux <pollux@pollux.codes>

Diffstat:
Mconfig/cradio.conf | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/config/cradio.conf b/config/cradio.conf @@ -1,5 +1,8 @@ CONFIG_ZMK_MOUSE=y +# Need wakeup-source enabled, already case in cradio shield +CONFIG_ZMK_SLEEP=y + CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y