summaryrefslogtreecommitdiff
path: root/keyboards/mint60/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2020-02-07 13:58:55 +0000
committerGitHub <noreply@github.com>2020-02-07 13:58:55 +0000
commitc93093569ecd6024c43e9b0d2e8881e0f768c940 (patch)
treeaf5ed652e07e50815b1ee3d21c6a22858171ce14 /keyboards/mint60/config.h
parentfb6f5811571dfd033eecfe3073a58fd131b3b5c4 (diff)
Refactor mint60 to use split_common (#8084)
Diffstat (limited to 'keyboards/mint60/config.h')
-rw-r--r--keyboards/mint60/config.h11
1 files changed, 5 insertions, 6 deletions
diff --git a/keyboards/mint60/config.h b/keyboards/mint60/config.h
index c98b9c1af8..19a17a7c5e 100644
--- a/keyboards/mint60/config.h
+++ b/keyboards/mint60/config.h
@@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#pragma once
#include "config_common.h"
-#include <serial_config.h>
/* USB Device descriptor parameter */
#define VENDOR_ID 0xFEED
@@ -28,11 +27,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define PRODUCT Mint60
#define DESCRIPTION A row staggered split keyboard
-#define TAPPING_FORCE_HOLD
-#define TAPPING_TERM 100
-
-#define USE_SERIAL
-
/* key matrix size */
#define MATRIX_ROWS 10
#define MATRIX_COLS 8
@@ -54,6 +48,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW, ROW2COL*/
#define DIODE_DIRECTION COL2ROW
+/*
+ * Split Keyboard specific options, make sure you have 'SPLIT_KEYBOARD = yes' in your rules.mk, and define SOFT_SERIAL_PIN.
+ */
+#define SOFT_SERIAL_PIN D2
+
// #define BACKLIGHT_PIN B7
// #define BACKLIGHT_BREATHING
// #define BACKLIGHT_LEVELS 3