From 18cbbe4199255dfdbfedcbffb1fe3c4679556575 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Fri, 26 Feb 2021 18:28:03 +0000 Subject: [PATCH] Add bluetooth profile combos to the paintbrush keymap --- .../boards/shields/the_paintbrush/the_paintbrush.keymap | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/config/boards/shields/the_paintbrush/the_paintbrush.keymap b/config/boards/shields/the_paintbrush/the_paintbrush.keymap index 6af0eba..007a9fe 100644 --- a/config/boards/shields/the_paintbrush/the_paintbrush.keymap +++ b/config/boards/shields/the_paintbrush/the_paintbrush.keymap @@ -29,3 +29,12 @@ // Include main artsey.io keymap #include "../../../artsey.dtsi" + +// Manage bluetooth profiles +/ { + combos { + compatible = "zmk,combos"; + chord_bt_nxt { key-positions = ; bindings = <&bt BT_NXT>; }; + chord_bt_clr { key-positions = ; bindings = <&bt BT_CLR>; }; + }; +}; \ No newline at end of file