Skip to content

Commit

Permalink
feat: bt keys on keymap
Browse files Browse the repository at this point in the history
  • Loading branch information
plushugh committed May 26, 2024
1 parent 0c6d875 commit ca596e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion boards/shields/uh9/uh9.keymap
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
#include <dt-bindings/zmk/bt.h>


/ {
keymap {
Expand All @@ -10,7 +12,7 @@
bindings = <
&kp KP_NUMBER_1 &kp KP_NUMBER_2 &kp KP_NUMBER_3
&kp KP_NUMBER_4 &kp KP_NUMBER_5 &kp KP_NUMBER_6
&kp KP_NUMBER_7 &kp KP_NUMBER_8 &kp KP_NUMBER_9
&kp BT_CLR &kp BT_CLR_ALL &kp BT_CLR
>;

sensor-bindings = <&inc_dec_kp C_VOL_UP C_VOL_DN>;
Expand Down

0 comments on commit ca596e7

Please sign in to comment.