update twi2c to do standard master stuff

This commit is contained in:
Jack Humbert 2018-05-31 00:27:55 -04:00
parent 5fad8d774d
commit 161c68b48a
6 changed files with 489 additions and 15 deletions

View file

@ -59,7 +59,7 @@ void matrix_init(void) {
master = right_hand;
if (master) {
twi2c_master_init();
twi2c_init();
} else {
twi2c_slave_init();
}