diff options
author | Pete Johanson <peter@peterjohanson.com> | 2020-10-06 17:32:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-06 17:32:35 -0400 |
commit | 12b9a37005cade72ad85134b8cfe31ccefec500d (patch) | |
tree | 130071af412462a462fbd268348756d683d1969e /app/include | |
parent | ce59223efe9062ac1da77bae93a3578ce0463b66 (diff) | |
parent | a7496ab06425cab7de5fc7164b4ce5a34dd7107b (diff) |
Merge pull request #211 from petejohanson/core/keymap-port-event-exploration
Use PORT events for kscan matrix interrupts, add option for deep sleep.
Diffstat (limited to 'app/include')
-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 |