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 77a7192b4862290f862db6fa9aedf499d2cb3b43
parent 03a8d4998b932250b5960ebde784013783686c66
Author: Pollux <hand.joseph+pollux@protonmail.com>
Date:   Tue, 10 Dec 2024 17:50:29 -0600

Add split keyboard battery level reporting

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

diff --git a/config/cradio.conf b/config/cradio.conf @@ -1 +1,4 @@ CONFIG_ZMK_MOUSE=y + +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y