diff options
author | Takeshi ISHII <2170248+mtei@users.noreply.github.com> | 2022-02-18 01:18:16 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-17 08:18:16 -0800 |
commit | 7e00fcd7bc8bca8b0f78f55a8827247f503a58ce (patch) | |
tree | 8a3f2f145d4e844c86627dc7d58d7db672af7e35 /keyboards/helix/rev1/serial_config.h | |
parent | da68083fdf6e3237a1b6f4d1c8fee70ee10386c2 (diff) | |
download | qmk_firmware-7e00fcd7bc8bca8b0f78f55a8827247f503a58ce.tar.gz qmk_firmware-7e00fcd7bc8bca8b0f78f55a8827247f503a58ce.zip |
[Keyboard] Remove Helix/rev1 (#16389)
Diffstat (limited to 'keyboards/helix/rev1/serial_config.h')
-rw-r--r-- | keyboards/helix/rev1/serial_config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/helix/rev1/serial_config.h b/keyboards/helix/rev1/serial_config.h deleted file mode 100644 index 32218f9bb..000000000 --- a/keyboards/helix/rev1/serial_config.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | /// #error rev1 serial config | ||
2 | |||
3 | #ifndef SOFT_SERIAL_PIN | ||
4 | /* Soft Serial defines */ | ||
5 | #define SOFT_SERIAL_PIN D0 | ||
6 | |||
7 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
8 | #define SERIAL_MASTER_BUFFER_LENGTH 0 | ||
9 | #endif | ||