Skip to content

Commit

Permalink
add sleep and periph battery level reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
mike1808 committed Jun 25, 2024
1 parent faa104e commit f06eaca
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion config/boards/shields/hillside_view/hillside_view.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ RC(2,1) RC(2,2) RC(2,3) RC(2,4) RC(2,5) RC
dr-gpios = <&gpio1 2 (GPIO_ACTIVE_HIGH)>;

sensitivity = "1x";
// sleep;
sleep;
// no-taps;
};
};
Expand Down
4 changes: 4 additions & 0 deletions config/hillside_view.conf
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ CONFIG_EC11=y
CONFIG_EC11_TRIGGER_GLOBAL_THREAD=y

CONFIG_ZMK_KEYBOARD_NAME="Mikael HSV"
CONFIG_ZMK_DISPLAY_WORK_QUEUE_DEDICATED=y

CONFIG_BT_CTLR_TX_PWR_PLUS_8=y

Expand All @@ -16,3 +17,6 @@ CONFIG_ZMK_IDLE_SLEEP_TIMEOUT=900000

CONFIG_ZMK_BLE_EXPERIMENTAL_CONN=y

# report peripheral battery level
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_FETCHING=y
CONFIG_ZMK_SPLIT_BLE_CENTRAL_BATTERY_LEVEL_PROXY=y

0 comments on commit f06eaca

Please sign in to comment.