X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=keyboards%2Fnyquist%2Fi2c.h;h=43e5969884393943da4af3bbd1950adc2adb8256;hb=db82b17d6ec988c7f7c9d0dc1c067d441524b979;hp=c15b6bc5065eaf14c11c9d2667078c6f102c6227;hpb=7a433a7f3deea8e4d04a469e31e8b47047eacc99;p=qmk_firmware.git diff --git a/keyboards/nyquist/i2c.h b/keyboards/nyquist/i2c.h index c15b6bc50..43e596988 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];