aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/treadstone48/rev1/serial_config.h
diff options
context:
space:
mode:
authormarksard <38324387+marksard@users.noreply.github.com>2019-04-04 14:56:22 +0900
committerDrashna Jaelre <drashna@live.com>2019-04-03 22:56:22 -0700
commitdebd902a3d5788beab8580a26c84d7db2365a638 (patch)
tree5d45358a2655fbbd2d5ecd5941a5fad61de5fd51 /keyboards/treadstone48/rev1/serial_config.h
parent4f4fad83737546db6dd04af9e26320ef7d0610dd (diff)
downloadfirmware-debd902a3d5788beab8580a26c84d7db2365a638.tar.gz
firmware-debd902a3d5788beab8580a26c84d7db2365a638.tar.bz2
firmware-debd902a3d5788beab8580a26c84d7db2365a638.zip
[Keyboard] add treeadstone48 (#5405)
* Keyboard: add treeadstone48 * rename layout defines * Use of pragma once * move common include code * fixed info.json * change keymap layout from kc to normal * fix alpha revision keymap * fixed info.json * remove USE_Link_Time_Optimization
Diffstat (limited to 'keyboards/treadstone48/rev1/serial_config.h')
-rw-r--r--keyboards/treadstone48/rev1/serial_config.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/keyboards/treadstone48/rev1/serial_config.h b/keyboards/treadstone48/rev1/serial_config.h
new file mode 100644
index 000000000..37135213d
--- /dev/null
+++ b/keyboards/treadstone48/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