diff options
author | Joel Challis <git@zvecr.com> | 2020-03-06 01:39:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-06 01:39:54 +0000 |
commit | b368db9e027015ba393e87cee416d8d5b2b56a8c (patch) | |
tree | 413707612cca0b75339c9d2a7962e6b5b3bf4046 /keyboards/fortitude60/serial_config.h | |
parent | 76189d9a282cc32bf2ff88a84a6374ebb8908433 (diff) |
Refactor fortitude60 to use split_common (#8113)
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 */ |