diff options
Diffstat (limited to 'keyboards/helix/rev2/config.h')
-rw-r--r-- | keyboards/helix/rev2/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index f7d35b371..2dc2fb8dd 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h | |||
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
27 | #define PRODUCT Helix Beta | 27 | #define PRODUCT Helix Beta |
28 | #define DESCRIPTION A split keyboard for the cheap makers | 28 | #define DESCRIPTION A split keyboard for the cheap makers |
29 | 29 | ||
30 | |||
31 | #define TAPPING_FORCE_HOLD | 30 | #define TAPPING_FORCE_HOLD |
32 | #define TAPPING_TERM 100 | 31 | #define TAPPING_TERM 100 |
33 | 32 | ||
@@ -80,11 +79,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
80 | /* Locking resynchronize hack */ | 79 | /* Locking resynchronize hack */ |
81 | //#define LOCKING_RESYNC_ENABLE | 80 | //#define LOCKING_RESYNC_ENABLE |
82 | 81 | ||
83 | /* key combination for command */ | ||
84 | #define IS_COMMAND() ( \ | ||
85 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
86 | ) | ||
87 | |||
88 | /* ws2812 RGB LED */ | 82 | /* ws2812 RGB LED */ |
89 | #define RGB_DI_PIN D3 | 83 | #define RGB_DI_PIN D3 |
90 | 84 | ||
@@ -161,5 +155,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
161 | //#define NO_ACTION_MACRO | 155 | //#define NO_ACTION_MACRO |
162 | //#define NO_ACTION_FUNCTION | 156 | //#define NO_ACTION_FUNCTION |
163 | 157 | ||
164 | |||
165 | #endif | 158 | #endif |