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)))) 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