diff options
Diffstat (limited to 'keyboards/helix/rev1/keymaps/OLED_sample/serial_config.h')
-rw-r--r-- | keyboards/helix/rev1/keymaps/OLED_sample/serial_config.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/keyboards/helix/rev1/keymaps/OLED_sample/serial_config.h b/keyboards/helix/rev1/keymaps/OLED_sample/serial_config.h deleted file mode 100644 index f56951e70..000000000 --- a/keyboards/helix/rev1/keymaps/OLED_sample/serial_config.h +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | //// #error rev1/keymaps/OLED_sample serial config | ||
2 | |||
3 | #ifndef SOFT_SERIAL_PIN | ||
4 | /* Soft Serial defines */ | ||
5 | #define SOFT_SERIAL_PIN D2 | ||
6 | |||
7 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
8 | #define SERIAL_MASTER_BUFFER_LENGTH 0 | ||
9 | #endif | ||