]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/nyquist/i2c.h
Remove OLED code and set I2C rate back to 100kHz
[qmk_firmware.git] / keyboards / nyquist / i2c.h
index c15b6bc5065eaf14c11c9d2667078c6f102c6227..43e5969884393943da4af3bbd1950adc2adb8256 100644 (file)
@@ -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];