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:
parent
5b5f452bf9
commit
ea47be936b
36 changed files with 1972 additions and 215 deletions
2
keyboards/lily58/i2c.c
Normal file → Executable file
2
keyboards/lily58/i2c.c
Normal file → Executable 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue