diff options
Diffstat (limited to 'keyboards/fortitude60/serial_config.h')
-rw-r--r-- | keyboards/fortitude60/serial_config.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/keyboards/fortitude60/serial_config.h b/keyboards/fortitude60/serial_config.h new file mode 100644 index 0000000000..d4a42bce38 --- /dev/null +++ b/keyboards/fortitude60/serial_config.h @@ -0,0 +1,10 @@ +#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 */ |