summaryrefslogtreecommitdiff
path: root/app/boards/shields/romac
diff options
context:
space:
mode:
authorNick <nick.win999@gmail.com>2020-09-19 19:15:05 -0500
committerNick <nick.win999@gmail.com>2020-09-19 19:15:05 -0500
commitda0fb965f6b6a67154e20a3fddda48f5bc392d77 (patch)
treef7f9aa9a45b39bb4d943eb7d2ba6e71d516ab40c /app/boards/shields/romac
parent844f2c76749cbc5ff611d8e69819af82b698089a (diff)
parentc0806d27f1d048db335ecc854eab61b59e23ea7a (diff)
Merge remote-tracking branch 'upstream/main' into bluetooth/battery-reporting
Diffstat (limited to 'app/boards/shields/romac')
-rw-r--r--app/boards/shields/romac/romac.keymap17
1 files changed, 9 insertions, 8 deletions
diff --git a/app/boards/shields/romac/romac.keymap b/app/boards/shields/romac/romac.keymap
index f94a829..97ea9c5 100644
--- a/app/boards/shields/romac/romac.keymap
+++ b/app/boards/shields/romac/romac.keymap
@@ -6,6 +6,7 @@
#include <behaviors.dtsi>
#include <dt-bindings/zmk/keys.h>
+#include <dt-bindings/zmk/bt.h>
/ {
keymap {
@@ -28,16 +29,16 @@
nav_layer {
// -----------------------
-// | _ | HOME | PGUP |
-// | _ | END | PGDN |
-// | _ | _ | _ |
-// | _ | _ | RET |
+// | BTNXT | HOME | PGUP |
+// | BTPRV | END | PGDN |
+// | BTCLR | _ | _ |
+// | _ | _ | RET |
// -----------------------
bindings = <
- &trans &kp HOME &kp PGUP
- &trans &kp END &kp PGDN
- &trans &trans &trans
- &trans &trans &kp RET
+ &bt BT_NXT &kp HOME &kp PGUP
+ &bt BT_PRV &kp END &kp PGDN
+ &bt BT_CLR &trans &trans
+ &trans &trans &kp RET
>;
};
};