]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/helix/i2c.h
Remove more commented out MCUs
[qmk_firmware.git] / keyboards / helix / i2c.h
index c15b6bc5065eaf14c11c9d2667078c6f102c6227..47cf6bd1b2c9acc32439901048eae18c32a03de0 100644 (file)
@@ -15,7 +15,7 @@
 
 #define SLAVE_BUFFER_SIZE 0x10
 
-// i2c SCL clock frequency
+// i2c SCL clock frequency 400kHz
 #define SCL_CLOCK  400000L
 
 extern volatile uint8_t i2c_slave_buffer[SLAVE_BUFFER_SIZE];