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