diff options
author | Danny Nguyen <danny@80pct.com> | 2017-06-01 01:26:06 -0400 |
---|---|---|
committer | Danny Nguyen <danny@80pct.com> | 2017-06-01 01:26:06 -0400 |
commit | db82b17d6ec988c7f7c9d0dc1c067d441524b979 (patch) | |
tree | 4772f73c135ae53fc183f3b398bbe7074618b4ec /keyboards/nyquist/i2c.h | |
parent | 7a433a7f3deea8e4d04a469e31e8b47047eacc99 (diff) |
Remove OLED code and set I2C rate back to 100kHz
Diffstat (limited to 'keyboards/nyquist/i2c.h')
-rw-r--r-- | keyboards/nyquist/i2c.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/nyquist/i2c.h b/keyboards/nyquist/i2c.h index c15b6bc506..43e5969884 100644 --- a/keyboards/nyquist/i2c.h +++ b/keyboards/nyquist/i2c.h @@ -16,7 +16,7 @@ #define SLAVE_BUFFER_SIZE 0x10 // i2c SCL clock frequency -#define SCL_CLOCK 400000L +#define SCL_CLOCK 100000L extern volatile uint8_t i2c_slave_buffer[SLAVE_BUFFER_SIZE]; |