summaryrefslogtreecommitdiff
path: root/keyboards/handwired/stef9998/split_5x7
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/handwired/stef9998/split_5x7')
-rw-r--r--keyboards/handwired/stef9998/split_5x7/info.json3
-rw-r--r--keyboards/handwired/stef9998/split_5x7/rev1/config.h4
2 files changed, 3 insertions, 4 deletions
diff --git a/keyboards/handwired/stef9998/split_5x7/info.json b/keyboards/handwired/stef9998/split_5x7/info.json
index 70f33d3e53..75d151d5b6 100644
--- a/keyboards/handwired/stef9998/split_5x7/info.json
+++ b/keyboards/handwired/stef9998/split_5x7/info.json
@@ -8,6 +8,9 @@
"pid": "0x6063",
"device_version": "1.0.0"
},
+ "split": {
+ "soft_serial_pin": "D0"
+ },
"processor": "atmega32u4",
"bootloader": "caterina",
"layouts": {
diff --git a/keyboards/handwired/stef9998/split_5x7/rev1/config.h b/keyboards/handwired/stef9998/split_5x7/rev1/config.h
index f3bea54b37..2957afc125 100644
--- a/keyboards/handwired/stef9998/split_5x7/rev1/config.h
+++ b/keyboards/handwired/stef9998/split_5x7/rev1/config.h
@@ -28,10 +28,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* COL2ROW or ROW2COL */
#define DIODE_DIRECTION COL2ROW
-/* serial.c configuration for split keyboard */
-#define SOFT_SERIAL_PIN D0
-
-
/*
* Feature disable options
* These options are also useful to firmware size reduction.