diff options
Diffstat (limited to 'keyboards/fortitude60/serial_config.h')
-rw-r--r-- | keyboards/fortitude60/serial_config.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/keyboards/fortitude60/serial_config.h b/keyboards/fortitude60/serial_config.h deleted file mode 100644 index d4a42bce38..0000000000 --- a/keyboards/fortitude60/serial_config.h +++ /dev/null @@ -1,10 +0,0 @@ -#ifndef SOFT_SERIAL_CONFIG_H -#define SOFT_SERIAL_CONFIG_H - -/* Soft Serial defines */ -#define SOFT_SERIAL_PIN D2 - -#define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 -#define SERIAL_MASTER_BUFFER_LENGTH 1 - -#endif /* SOFT_SERIAL_CONFIG_H */ |