Add bluetooth profile combos to the paintbrush keymap
This commit is contained in:
parent
3b66b51132
commit
18cbbe4199
1 changed files with 9 additions and 0 deletions
|
@ -29,3 +29,12 @@
|
|||
|
||||
// Include main artsey.io keymap
|
||||
#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>; };
|
||||
};
|
||||
};
|
Loading…
Reference in a new issue