diff options
| author | Joel Challis <git@zvecr.com> | 2020-02-07 13:58:55 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-02-07 13:58:55 +0000 |
| commit | c93093569ecd6024c43e9b0d2e8881e0f768c940 (patch) | |
| tree | af5ed652e07e50815b1ee3d21c6a22858171ce14 /keyboards/mint60/serial_config.h | |
| parent | fb6f5811571dfd033eecfe3073a58fd131b3b5c4 (diff) | |
| download | qmk_firmware-c93093569ecd6024c43e9b0d2e8881e0f768c940.tar.gz qmk_firmware-c93093569ecd6024c43e9b0d2e8881e0f768c940.zip | |
Refactor mint60 to use split_common (#8084)
Diffstat (limited to 'keyboards/mint60/serial_config.h')
| -rw-r--r-- | keyboards/mint60/serial_config.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/keyboards/mint60/serial_config.h b/keyboards/mint60/serial_config.h deleted file mode 100644 index 82c6e4e83..000000000 --- a/keyboards/mint60/serial_config.h +++ /dev/null | |||
| @@ -1,16 +0,0 @@ | |||
| 1 | #ifndef SOFT_SERIAL_CONFIG_H | ||
| 2 | #define SOFT_SERIAL_CONFIG_H | ||
| 3 | |||
| 4 | /* Soft Serial defines */ | ||
| 5 | #define SERIAL_PIN_DDR DDRD | ||
| 6 | #define SERIAL_PIN_PORT PORTD | ||
| 7 | #define SERIAL_PIN_INPUT PIND | ||
| 8 | #define SERIAL_PIN_MASK _BV(PD2) | ||
| 9 | #define SERIAL_PIN_INTERRUPT INT2_vect | ||
| 10 | |||
| 11 | #define SERIAL_SLAVE_BUFFER_LENGTH MATRIX_ROWS/2 | ||
| 12 | #define SERIAL_MASTER_BUFFER_LENGTH MATRIX_ROWS/2 | ||
| 13 | |||
| 14 | //// #error rev2 serial config | ||
| 15 | |||
| 16 | #endif /* SOFT_SERIAL_CONFIG_H */ | ||
