aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/helix/i2c.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/helix/i2c.h')
-rw-r--r--keyboards/helix/i2c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/helix/i2c.h b/keyboards/helix/i2c.h
index c15b6bc50..47cf6bd1b 100644
--- a/keyboards/helix/i2c.h
+++ b/keyboards/helix/i2c.h
@@ -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];