summaryrefslogtreecommitdiff
path: root/keyboards/naked60/rev1/serial_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/naked60/rev1/serial_config.h')
-rw-r--r--keyboards/naked60/rev1/serial_config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/naked60/rev1/serial_config.h b/keyboards/naked60/rev1/serial_config.h
new file mode 100644
index 0000000000..37135213d5
--- /dev/null
+++ b/keyboards/naked60/rev1/serial_config.h
@@ -0,0 +1,8 @@
+//// #error rev2 serial config
+
+#ifndef SOFT_SERIAL_PIN
+/* Soft Serial defines */
+#define SOFT_SERIAL_PIN D2
+
+#define SERIAL_USE_MULTI_TRANSACTION
+#endif