1
0
Fork 0

Add bluetooth profile combos to the paintbrush keymap

This commit is contained in:
KemoNine 2021-02-26 18:28:03 +00:00
parent 3b66b51132
commit 18cbbe4199

View file

@ -29,3 +29,12 @@
// Include main artsey.io keymap // Include main artsey.io keymap
#include "../../../artsey.dtsi" #include "../../../artsey.dtsi"
// Manage bluetooth profiles
/ {
combos {
compatible = "zmk,combos";
chord_bt_nxt { key-positions = <KEY_A KEY_E KEY_S KEY_O>; bindings = <&bt BT_NXT>; };
chord_bt_clr { key-positions = <KEY_R KEY_Y KEY_T KEY_I>; bindings = <&bt BT_CLR>; };
};
};