From b032b82088d82471c82870ccb8c2a9ab0145465e Mon Sep 17 00:00:00 2001 From: KemoNine Date: Tue, 13 Jul 2021 00:05:16 +0000 Subject: [PATCH] Remove holdover bt combos from bluehand setup ; fix up left handed form of bluehand so the usb port / orientation doesn't have to be messed with when used left handed --- .../shields/bluehand/bluehand_left.keymap | 24 +++++++------------ .../shields/bluehand/bluehand_right.keymap | 8 ------- 2 files changed, 8 insertions(+), 24 deletions(-) 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