Skip to content

Commit

Permalink
Enablibg peripherial battery level.
Browse files Browse the repository at this point in the history
  • Loading branch information
codetreras committed Jan 11, 2025
1 parent 9b30e30 commit 6034ea8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion boards/shields/temper/temper.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
# Uncomment the following line to enable deep sleep
# CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_SLEEP=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
8 changes: 4 additions & 4 deletions boards/shields/temper/temper.keymap
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,11 @@
nav_layer {
bindings = <
// ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮ ╭─────────────┬─────────────┬─────────────┬─────────────┬─────────────╮
// │ ESC │ │ │ │ │ │ │ HOME │ END │ TAB │ BACKSPACE │
&kp ESC &trans &trans &trans &trans &trans &kp HOME &kp END &kp TAB &super_bspc
// │ SWITCH APP │ │ │ │ │ │ │ HOME │ END │ TAB │ BACKSPACE │
&switcher &trans &trans &trans &trans &trans &kp HOME &kp END &kp TAB &super_bspc
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
// │ SWITCH APP │ CTRL │ ALT │ GUI │ TAB │ │ <-- │ DOWN │ UP │ --> │ ESC ` │
&switcher &sk LCTRL &sk LALT &sk LGUI &kp TAB &kp LEFT &kp DOWN &kp UP &kp RIGHT &gresc
// │ SHIFT │ CTRL │ ALT │ GUI │ TAB │ │ <-- │ DOWN │ UP │ --> │ ESC ` │
&sk LSHFT &sk LCTRL &sk LALT &sk LGUI &kp TAB &kp LEFT &kp DOWN &kp UP &kp RIGHT &gresc
// ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤ ├─────────────┼─────────────┼─────────────┼─────────────┼─────────────┤
// │ │ DEL │ │ │ │ │ │ RETURN │ │ │ │
&trans &kp DEL &trans &trans &trans &trans &kp RET &trans &trans &trans
Expand Down

0 comments on commit 6034ea8

Please sign in to comment.