diff options
author | Ryan <fauxpark@gmail.com> | 2021-01-25 16:37:53 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-25 16:37:53 +1100 |
commit | c65aecc53adfc1c2cae11acdc4fb973792061767 (patch) | |
tree | b90f4aeb00d05e2c4786b9d9e03680b8e8c58ad2 /keyboards/aeboards | |
parent | 66836effdae5e47231b59a92ed8726ad3267a055 (diff) | |
download | qmk_firmware-c65aecc53adfc1c2cae11acdc4fb973792061767.tar.gz qmk_firmware-c65aecc53adfc1c2cae11acdc4fb973792061767.zip |
Remove redundant I2C config defines from keyboards (#11661)
Diffstat (limited to 'keyboards/aeboards')
-rw-r--r-- | keyboards/aeboards/ext65/rev2/config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/keyboards/aeboards/ext65/rev2/config.h b/keyboards/aeboards/ext65/rev2/config.h index 9db2b3138..541f07ee9 100644 --- a/keyboards/aeboards/ext65/rev2/config.h +++ b/keyboards/aeboards/ext65/rev2/config.h | |||
@@ -60,7 +60,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
60 | #define I2C1_SCL_PAL_MODE 1 | 60 | #define I2C1_SCL_PAL_MODE 1 |
61 | #define I2C1_SDA_PAL_MODE 1 | 61 | #define I2C1_SDA_PAL_MODE 1 |
62 | 62 | ||
63 | #define I2C1_TIMINGR_PRESC 0U | ||
64 | #define I2C1_TIMINGR_SCLDEL 3U | 63 | #define I2C1_TIMINGR_SCLDEL 3U |
65 | #define I2C1_TIMINGR_SDADEL 1U | 64 | #define I2C1_TIMINGR_SDADEL 1U |
66 | #define I2C1_TIMINGR_SCLH 3U | 65 | #define I2C1_TIMINGR_SCLH 3U |