diff options
author | Kristoffer Onias <kristoffer.onias@liferay.com> | 2020-09-23 16:31:02 -0700 |
---|---|---|
committer | Kristoffer Onias <kristoffer.onias@liferay.com> | 2020-09-23 16:31:02 -0700 |
commit | 9fffebd5dac13d0a57f6f6aaff0654a2bd0986c1 (patch) | |
tree | aabda7b7a1bb3f7fe1ac6f8a1a75418debcf92ed | |
parent | 0ce36865b2026c8739c01cebd3031180aa0f3b1f (diff) |
Adopt new BT unpairing standards
-rw-r--r-- | app/boards/shields/romac_plus/romac_plus.dtsi | 3 | ||||
-rw-r--r-- | app/boards/shields/romac_plus/romac_plus.keymap | 5 |
2 files changed, 3 insertions, 5 deletions
diff --git a/app/boards/shields/romac_plus/romac_plus.dtsi b/app/boards/shields/romac_plus/romac_plus.dtsi index be05618..d04b214 100644 --- a/app/boards/shields/romac_plus/romac_plus.dtsi +++ b/app/boards/shields/romac_plus/romac_plus.dtsi @@ -53,9 +53,6 @@ RC(3,0) RC(3,1) RC(3,2) sensors = <&left_encoder>;
};
- bt_unpair_combo: bt_unpair_combo {
- compatible = "zmk,bt-unpair-combo";
- };
// TODO: per-key RGB node(s)?
};
\ No newline at end of file diff --git a/app/boards/shields/romac_plus/romac_plus.keymap b/app/boards/shields/romac_plus/romac_plus.keymap index 947b20a..3fa9441 100644 --- a/app/boards/shields/romac_plus/romac_plus.keymap +++ b/app/boards/shields/romac_plus/romac_plus.keymap @@ -5,6 +5,7 @@ */ #include <behaviors.dtsi> +#include <dt-bindings/zmk/bt.h> #include <dt-bindings/zmk/keys.h> / { @@ -30,13 +31,13 @@ // nav_layer { // ----------------------- -// | _ | HOME | PGUP | +// | BT_CLR | HOME | PGUP | // | _ | END | PGDN | // | _ | _ | _ | // | _ | _ | RET | // ----------------------- // bindings = < - // &trans &kp HOME &kp PGUP + // &bt BT_CLR &kp HOME &kp PGUP // &trans &kp END &kp PGDN // &trans &trans &trans .0 // &trans &trans &kp RET |