From b26a4b4b309bfd44d93846bdd7cdd7342d209aac Mon Sep 17 00:00:00 2001
From: mtei <2170248+mtei@users.noreply.github.com>
Date: Tue, 13 Nov 2018 21:15:14 +0900
Subject: [PATCH] add '#define SOFT_SERIAL_PIN D0' to
keyboards/nyquist/rev?/config.h
---
keyboards/nyquist/rev1/config.h | 3 +++
keyboards/nyquist/rev2/config.h | 3 +++
keyboards/nyquist/rev3/config.h | 3 +++
quantum/split_common/split-keyboards-list.txt | 2 +-
4 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/keyboards/nyquist/rev1/config.h b/keyboards/nyquist/rev1/config.h
index 35fbaffb96d..892054b7331 100644
--- a/keyboards/nyquist/rev1/config.h
+++ b/keyboards/nyquist/rev1/config.h
@@ -46,6 +46,9 @@ along with this program. If not, see .
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D0
+
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
diff --git a/keyboards/nyquist/rev2/config.h b/keyboards/nyquist/rev2/config.h
index 7dc743b275e..21aea0aada3 100644
--- a/keyboards/nyquist/rev2/config.h
+++ b/keyboards/nyquist/rev2/config.h
@@ -43,6 +43,9 @@ along with this program. If not, see .
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D0
+
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
diff --git a/keyboards/nyquist/rev3/config.h b/keyboards/nyquist/rev3/config.h
index 6c51bc9a805..8054ba79c25 100644
--- a/keyboards/nyquist/rev3/config.h
+++ b/keyboards/nyquist/rev3/config.h
@@ -43,6 +43,9 @@ along with this program. If not, see .
/* Set 0 if debouncing isn't needed */
#define DEBOUNCING_DELAY 5
+/* serial.c configuration for split keyboard */
+#define SOFT_SERIAL_PIN D0
+
/* Mechanical locking support. Use KC_LCAP, KC_LNUM or KC_LSCR instead in keymap */
#define LOCKING_SUPPORT_ENABLE
/* Locking resynchronize hack */
diff --git a/quantum/split_common/split-keyboards-list.txt b/quantum/split_common/split-keyboards-list.txt
index 50cf1eb7bd6..95a48005dfd 100644
--- a/quantum/split_common/split-keyboards-list.txt
+++ b/quantum/split_common/split-keyboards-list.txt
@@ -10,7 +10,7 @@ ok keyboards/iris/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/lets_split_eh/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/levinson/rules.mk:SPLIT_KEYBOARD = yes
ok keyboards/miniaxe/rules.mk:SPLIT_KEYBOARD = yes # Use shared split_common code
-keyboards/nyquist/rules.mk:SPLIT_KEYBOARD = yes
+ok keyboards/nyquist/rules.mk:SPLIT_KEYBOARD = yes
keyboards/quefrency/rules.mk:SPLIT_KEYBOARD = yes
keyboards/qwertyydox/rules.mk:SPLIT_KEYBOARD = yes
keyboards/redox/rules.mk:SPLIT_KEYBOARD = yes