diff options
| author | Ryan <fauxpark@gmail.com> | 2020-06-21 06:51:50 +1000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-20 21:51:50 +0100 |
| commit | 69b484600f672ef9b1368c121512d579f9b7fc98 (patch) | |
| tree | 49bc0394d46fb16cfaed95779f15cfaea8ccef54 /keyboards/hhkb/ansi/config.h | |
| parent | de79d55187be24e714e1351810fa81ecad35474e (diff) | |
| download | qmk_firmware-69b484600f672ef9b1368c121512d579f9b7fc98.tar.gz qmk_firmware-69b484600f672ef9b1368c121512d579f9b7fc98.zip | |
Remove more useless code (#9475)
Diffstat (limited to 'keyboards/hhkb/ansi/config.h')
| -rw-r--r-- | keyboards/hhkb/ansi/config.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/keyboards/hhkb/ansi/config.h b/keyboards/hhkb/ansi/config.h index 689fd5568..53d958cc1 100644 --- a/keyboards/hhkb/ansi/config.h +++ b/keyboards/hhkb/ansi/config.h | |||
| @@ -54,11 +54,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 54 | #define SUART_IN_BIT 1 | 54 | #define SUART_IN_BIT 1 |
| 55 | 55 | ||
| 56 | #ifdef __AVR_ATmega32U4__ | 56 | #ifdef __AVR_ATmega32U4__ |
| 57 | /* iom32u4.h has no definition of UCSR1D. copy from iom32u2.h */ | ||
| 58 | #define UCSR1D _SFR_MEM8(0xCB) | ||
| 59 | #define RTSEN 0 | ||
| 60 | #define CTSEN 1 | ||
| 61 | |||
| 62 | #define SERIAL_UART_BAUD 115200 | 57 | #define SERIAL_UART_BAUD 115200 |
| 63 | #define SERIAL_UART_DATA UDR1 | 58 | #define SERIAL_UART_DATA UDR1 |
| 64 | #define SERIAL_UART_UBRR ((F_CPU/(16.0*SERIAL_UART_BAUD)-1+0.5)) | 59 | #define SERIAL_UART_UBRR ((F_CPU/(16.0*SERIAL_UART_BAUD)-1+0.5)) |
