diff --git a/config/boards/shields/bluehand/bluehand_left.keymap b/config/boards/shields/bluehand/bluehand_left.keymap index 6e4a844..2a5c93f 100644 --- a/config/boards/shields/bluehand/bluehand_left.keymap +++ b/config/boards/shields/bluehand/bluehand_left.keymap @@ -12,15 +12,15 @@ #define ARTSEY_LEFT 1 // ARTS Row -#define KEY_A 7 -#define KEY_R 6 -#define KEY_T 5 -#define KEY_S 4 +#define KEY_A 3 +#define KEY_R 2 +#define KEY_T 1 +#define KEY_S 0 // EYIO Row -#define KEY_E 3 -#define KEY_Y 2 -#define KEY_I 1 -#define KEY_O 0 +#define KEY_E 7 +#define KEY_Y 6 +#define KEY_I 5 +#define KEY_O 4 // Define Offsets #define LEADING_NONES NONE(0, 0, 0) @@ -29,11 +29,3 @@ // Include main artsey.io keymap #include "../../../artsey.dtsi" - -/ { - combos { - compatible = "zmk,combos"; - combo_bt_nxt { key-positions = ; bindings = <&bt BT_NXT>; }; - combo_bt_clr { key-positions = ; bindings = <&bt BT_CLR>; }; - }; -}; \ No newline at end of file diff --git a/config/boards/shields/bluehand/bluehand_right.keymap b/config/boards/shields/bluehand/bluehand_right.keymap index 267fa97..d4cdfd5 100644 --- a/config/boards/shields/bluehand/bluehand_right.keymap +++ b/config/boards/shields/bluehand/bluehand_right.keymap @@ -29,11 +29,3 @@ // Include main artsey.io keymap #include "../../../artsey.dtsi" - -/ { - combos { - compatible = "zmk,combos"; - combo_bt_nxt { key-positions = ; bindings = <&bt BT_NXT>; }; - combo_bt_clr { key-positions = ; bindings = <&bt BT_CLR>; }; - }; -}; \ No newline at end of file