diff options
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]; |