diff options
Diffstat (limited to 'keyboards/helix/pico/config.h')
-rw-r--r-- | keyboards/helix/pico/config.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/keyboards/helix/pico/config.h b/keyboards/helix/pico/config.h index b8822e227..343cecd59 100644 --- a/keyboards/helix/pico/config.h +++ b/keyboards/helix/pico/config.h | |||
@@ -27,7 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
27 | #define PRODUCT HelixPico | 27 | #define PRODUCT HelixPico |
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 | ||
@@ -71,11 +70,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
71 | /* Locking resynchronize hack */ | 70 | /* Locking resynchronize hack */ |
72 | //#define LOCKING_RESYNC_ENABLE | 71 | //#define LOCKING_RESYNC_ENABLE |
73 | 72 | ||
74 | /* key combination for command */ | ||
75 | #define IS_COMMAND() ( \ | ||
76 | keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \ | ||
77 | ) | ||
78 | |||
79 | /* Audio */ | 73 | /* Audio */ |
80 | #ifdef AUDIO_ENABLE | 74 | #ifdef AUDIO_ENABLE |
81 | #define B5_AUDIO | 75 | #define B5_AUDIO |
@@ -145,5 +139,4 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
145 | //#define NO_ACTION_MACRO | 139 | //#define NO_ACTION_MACRO |
146 | //#define NO_ACTION_FUNCTION | 140 | //#define NO_ACTION_FUNCTION |
147 | 141 | ||
148 | |||
149 | #endif | 142 | #endif |