From b368db9e027015ba393e87cee416d8d5b2b56a8c Mon Sep 17 00:00:00 2001 From: Joel Challis Date: Fri, 6 Mar 2020 01:39:54 +0000 Subject: Refactor fortitude60 to use split_common (#8113) --- keyboards/fortitude60/serial_config.h | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 keyboards/fortitude60/serial_config.h (limited to 'keyboards/fortitude60/serial_config.h') 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 */ -- cgit v1.2.3