aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/lily58/i2c.c
diff options
context:
space:
mode:
authorNaoki Katahira <kata0510.com@gmail.com>2019-01-06 02:30:48 +0900
committerDrashna Jaelre <drashna@live.com>2019-01-05 09:30:48 -0800
commitea47be936b41a31e2644ad3403d91010916683ce (patch)
treec8db4d32373542cd1236a4d537fa45a00ed7b6fb /keyboards/lily58/i2c.c
parent5b5f452bf9feae121ec5c2f3e9d5d993fcb73f92 (diff)
downloadfirmware-ea47be936b41a31e2644ad3403d91010916683ce.tar.gz
firmware-ea47be936b41a31e2644ad3403d91010916683ce.tar.bz2
firmware-ea47be936b41a31e2644ad3403d91010916683ce.zip
Keyboard: Lily58 update serial.c and add OLED (#4715)
* update serial.c and add OLED * update readme * keymap fix * keymap fix2
Diffstat (limited to 'keyboards/lily58/i2c.c')
-rwxr-xr-x[-rw-r--r--]keyboards/lily58/i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lily58/i2c.c b/keyboards/lily58/i2c.c
index 084c890c4..4bee5c639 100644..100755
--- a/keyboards/lily58/i2c.c
+++ b/keyboards/lily58/i2c.c
@@ -34,7 +34,7 @@ void i2c_delay(void) {
// _delay_us(100);
}
-// Setup twi to run at 100kHz
+// Setup twi to run at 100kHz or 400kHz (see ./i2c.h SCL_CLOCK)
void i2c_master_init(void) {
// no prescaler
TWSR = 0;