diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-20 00:38:12 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-20 00:38:12 +1100 |
commit | 62f304a225d91e8db36fa5639e38bc02e3321200 (patch) | |
tree | 50ca6ee2929d43326ecb72f69e4c6312bded3a5d /keyboards/helix | |
parent | d24fe4f1ca49b2143b3f3d260a0a63088b521673 (diff) |
Remove `DESCRIPTION`, H-J (#11616)
Diffstat (limited to 'keyboards/helix')
-rw-r--r-- | keyboards/helix/pico/config.h | 1 | ||||
-rw-r--r-- | keyboards/helix/rev1/config.h | 1 | ||||
-rw-r--r-- | keyboards/helix/rev2/config.h | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/helix/pico/config.h b/keyboards/helix/pico/config.h index a4cc77143b..3938db30e6 100644 --- a/keyboards/helix/pico/config.h +++ b/keyboards/helix/pico/config.h @@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0002 #define MANUFACTURER Yushakobo #define PRODUCT HelixPico -#define DESCRIPTION A split keyboard for the cheap makers #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100 diff --git a/keyboards/helix/rev1/config.h b/keyboards/helix/rev1/config.h index 7e9616ba18..19d1e3be65 100644 --- a/keyboards/helix/rev1/config.h +++ b/keyboards/helix/rev1/config.h @@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Yushakobo #define PRODUCT Helix Alpha -#define DESCRIPTION A split keyboard for the cheap makers #include "serial_config.h" diff --git a/keyboards/helix/rev2/config.h b/keyboards/helix/rev2/config.h index e4ddf94988..73f0c61993 100644 --- a/keyboards/helix/rev2/config.h +++ b/keyboards/helix/rev2/config.h @@ -24,7 +24,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define DEVICE_VER 0x0001 #define MANUFACTURER Yushakobo #define PRODUCT Helix Beta -#define DESCRIPTION A split keyboard for the cheap makers #define TAPPING_FORCE_HOLD #define TAPPING_TERM 100 |