diff options
| author | QMK Bot <hello@qmk.fm> | 2021-01-25 05:38:32 +0000 |
|---|---|---|
| committer | QMK Bot <hello@qmk.fm> | 2021-01-25 05:38:32 +0000 |
| commit | cce7b91cb1c6f9805a962ca45e3b73a2295ed302 (patch) | |
| tree | 90a6109b8e47280201351f998f03e7bef9924bbe /keyboards/zoo | |
| parent | 9579e92451687f24adbee580ac2a2ba15e589b2a (diff) | |
| parent | c65aecc53adfc1c2cae11acdc4fb973792061767 (diff) | |
| download | qmk_firmware-cce7b91cb1c6f9805a962ca45e3b73a2295ed302.tar.gz qmk_firmware-cce7b91cb1c6f9805a962ca45e3b73a2295ed302.zip | |
Merge remote-tracking branch 'origin/master' into develop
Diffstat (limited to 'keyboards/zoo')
| -rw-r--r-- | keyboards/zoo/wampus/config.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/zoo/wampus/config.h b/keyboards/zoo/wampus/config.h index 1b67ac89a..c3a13ec35 100644 --- a/keyboards/zoo/wampus/config.h +++ b/keyboards/zoo/wampus/config.h | |||
| @@ -70,13 +70,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
| 70 | 70 | ||
| 71 | // OLED defines | 71 | // OLED defines |
| 72 | #define OLED_TIMEOUT 60000 | 72 | #define OLED_TIMEOUT 60000 |
| 73 | /* Both pins are in bank B */ | ||
| 74 | #define I2C1_SCL 6 // B6 | ||
| 75 | #define I2C1_SDA 7 // B7 | ||
| 76 | #define I2C1_SCL_PAL_MODE 1 | 73 | #define I2C1_SCL_PAL_MODE 1 |
| 77 | #define I2C1_SDA_PAL_MODE 1 | 74 | #define I2C1_SDA_PAL_MODE 1 |
| 78 | /* This configures the I2C clock to 400khz assuming a 48Mhz clock */ | 75 | /* This configures the I2C clock to 400khz assuming a 48Mhz clock */ |
| 79 | #define I2C1_TIMINGR_PRESC 0U | ||
| 80 | #define I2C1_TIMINGR_SCLDEL 3U | 76 | #define I2C1_TIMINGR_SCLDEL 3U |
| 81 | #define I2C1_TIMINGR_SDADEL 1U | 77 | #define I2C1_TIMINGR_SDADEL 1U |
| 82 | #define I2C1_TIMINGR_SCLH 3U | 78 | #define I2C1_TIMINGR_SCLH 3U |
