mirror of
https://github.com/babariviere/zmk-config.git
synced 2025-01-18 19:12:29 +00:00
Compare commits
No commits in common. "1bec330db7c16677c324b0d8633552a8231144e9" and "1c73201feebbfd0649fd3edd9a225c0b83e9f4d1" have entirely different histories.
1bec330db7
...
1c73201fee
2 changed files with 5 additions and 5 deletions
5
.dir-locals.el
Normal file
5
.dir-locals.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;;; 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))))
|
|
@ -1,6 +1 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue