diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-02 02:09:38 -0400 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2020-10-06 17:24:36 -0400 |
commit | a7496ab06425cab7de5fc7164b4ce5a34dd7107b (patch) | |
tree | 996b25361b7ef6d006c9f3b949562efda57a77c8 /app/include/dt-bindings | |
parent | 9be566603e2eb248fbaa7af65cba42d5c06dbd33 (diff) |
feat(power): Initial deep sleep work.
* New ZMK_SLEEP Kconfig symbol to enable the functionality.
* Switch to PORT events that allows wake from deep sleep.
* Initial basic power management policy, with idle ms,
and ignoring deep sleep if we detect a USB connection.
Diffstat (limited to 'app/include/dt-bindings')
-rw-r--r-- | app/include/dt-bindings/zmk/bt.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/include/dt-bindings/zmk/bt.h b/app/include/dt-bindings/zmk/bt.h index 05fd65c..a403d35 100644 --- a/app/include/dt-bindings/zmk/bt.h +++ b/app/include/dt-bindings/zmk/bt.h @@ -18,4 +18,4 @@ defines these aliases up front. #define BT_CLR BT_CLR_CMD 0 #define BT_NXT BT_NXT_CMD 0 #define BT_PRV BT_PRV_CMD 0 -#define BT_SEL BT_SEL_CMD
\ No newline at end of file +#define BT_SEL BT_SEL_CMD |