From 9d6e92ca05706d883712d58d29b59ecd85f320fe Mon Sep 17 00:00:00 2001 From: mtei <2170248+mtei@users.noreply.github.com> Date: Tue, 13 Nov 2018 19:30:23 +0900 Subject: [PATCH] add '#define SOFT_SERIAL_PIN D0' to keyboards/iris/rev*/config.h --- keyboards/iris/rev1/config.h | 3 +++ keyboards/iris/rev1_led/config.h | 3 +++ keyboards/iris/rev2/config.h | 3 +++ keyboards/iris/rev3/config.h | 3 +++ quantum/split_common/split-keyboards-list.txt | 2 +- 5 files changed, 13 insertions(+), 1 deletion(-) diff --git a/keyboards/iris/rev1/config.h b/keyboards/iris/rev1/config.h index 7f76df54ba1..3b31ca0d7e0 100644 --- a/keyboards/iris/rev1/config.h +++ b/keyboards/iris/rev1/config.h @@ -48,6 +48,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/iris/rev1_led/config.h b/keyboards/iris/rev1_led/config.h index b58b11836a1..e9739c00315 100644 --- a/keyboards/iris/rev1_led/config.h +++ b/keyboards/iris/rev1_led/config.h @@ -48,6 +48,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/iris/rev2/config.h b/keyboards/iris/rev2/config.h index 266c29b9c99..d43d4b1c643 100644 --- a/keyboards/iris/rev2/config.h +++ b/keyboards/iris/rev2/config.h @@ -48,6 +48,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/iris/rev3/config.h b/keyboards/iris/rev3/config.h index 1032231d898..5642512f39d 100644 --- a/keyboards/iris/rev3/config.h +++ b/keyboards/iris/rev3/config.h @@ -48,6 +48,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 47d37e430ea..e879c4b157a 100644 --- a/quantum/split_common/split-keyboards-list.txt +++ b/quantum/split_common/split-keyboards-list.txt @@ -6,7 +6,7 @@ ok keyboards/foobar/rules.mk:SPLIT_KEYBOARD = yes ok keyboards/handwired/dactyl_manuform/rules.mk:SPLIT_KEYBOARD = yes ok keyboards/handwired/qc60/rules.mk:SPLIT_KEYBOARD = yes ok keyboards/handwired/xealous/rules.mk:SPLIT_KEYBOARD = yes # Use shared split_common code -keyboards/iris/rules.mk:SPLIT_KEYBOARD = yes +ok keyboards/iris/rules.mk:SPLIT_KEYBOARD = yes keyboards/lets_split_eh/rules.mk:SPLIT_KEYBOARD = yes keyboards/levinson/rules.mk:SPLIT_KEYBOARD = yes keyboards/miniaxe/rules.mk:SPLIT_KEYBOARD = yes # Use shared split_common code