1
0
Fork 0

Keyboard: Lily58 update serial.c and add OLED (#4715)

* update serial.c and add OLED

* update readme

* keymap fix

* keymap fix2
This commit is contained in:
Naoki Katahira 2019-01-06 02:30:48 +09:00 committed by Drashna Jaelre
parent 5b5f452bf9
commit ea47be936b
36 changed files with 1972 additions and 215 deletions

2
keyboards/lily58/i2c.c Normal file → Executable file
View file

@ -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;