From f60f803652b8b71b48640d5ed2bae5e2b2b66638 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20Rivi=C3=A8re?= Date: Tue, 14 Jan 2025 17:38:05 +0100 Subject: [PATCH 1/2] Update cradio.conf --- config/cradio.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/config/cradio.conf b/config/cradio.conf index 5534c89..9b40577 100644 --- a/config/cradio.conf +++ b/config/cradio.conf @@ -1 +1,6 @@ CONFIG_ZMK_KEYBOARD_NAME="Sweep" + +# Enable fetching split peripheral battery levels to the central side +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y +# Enable central reporting of split battery levels to hosts +CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y From 1bec330db7c16677c324b0d8633552a8231144e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastien=20Rivi=C3=A8re?= Date: Tue, 14 Jan 2025 17:57:52 +0100 Subject: [PATCH 2/2] Delete .dir-locals.el --- .dir-locals.el | 5 ----- 1 file changed, 5 deletions(-) delete mode 100644 .dir-locals.el diff --git a/.dir-locals.el b/.dir-locals.el deleted file mode 100644 index 7b09ed2..0000000 --- a/.dir-locals.el +++ /dev/null @@ -1,5 +0,0 @@ -;;; Directory Local Variables -*- no-byte-compile: t -*- -;;; For more information see (info "(emacs) Directory Variables") - -((auto-mode-alist . (("\\.keymap\\'" . c-mode))) - (c-mode . ((tab-width . 4))))