summaryrefslogtreecommitdiff
path: root/keyboards/dm9records/ergoinu/config.h
diff options
context:
space:
mode:
authorJoel Challis <git@zvecr.com>2021-11-30 17:49:09 +0000
committerGitHub <noreply@github.com>2021-11-30 09:49:09 -0800
commit9204f8535b36e4b9ea51c083bd04d6ea76ac97ee (patch)
tree1048faa7fd7e0d6169d1b3dbe5ba351dcefe8c97 /keyboards/dm9records/ergoinu/config.h
parent55a84843ea788b635b5caf10cb2f84aadce94fc2 (diff)
[Keyboard] Convert ergoinu to SPLIT_KEYBOARD (#15305)
Diffstat (limited to 'keyboards/dm9records/ergoinu/config.h')
-rw-r--r--keyboards/dm9records/ergoinu/config.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/keyboards/dm9records/ergoinu/config.h b/keyboards/dm9records/ergoinu/config.h
index 113eaf9f76..89ea9e7903 100644
--- a/keyboards/dm9records/ergoinu/config.h
+++ b/keyboards/dm9records/ergoinu/config.h
@@ -20,7 +20,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
VID & PID are lisenced from microchip sublisence program, Don't use other project! */
@@ -30,11 +29,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MANUFACTURER Dm9Records
#define PRODUCT ergoinu
-#define TAPPING_FORCE_HOLD
-#define TAPPING_TERM 100
-
#define USE_SERIAL
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D2
+
/* Select hand configuration */
#define MASTER_LEFT
// #define MASTER_RIGHT
@@ -49,6 +48,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define MATRIX_COLS 7
#define MATRIX_COL_PINS { B4, E6, D7, C6, D4, F5, F4 }
+/* COL2ROW, ROW2COL */
+#define DIODE_DIRECTION COL2ROW
+
/* define if matrix has ghost */
//#define MATRIX_HAS_GHOST