i2c working

This commit is contained in:
Jack Humbert 2016-07-05 23:27:10 -04:00
parent 96f44e1202
commit d707738616
20 changed files with 1827 additions and 21 deletions

View file

@ -72,6 +72,11 @@ void matrix_scan_kb(void);
void matrix_init_user(void);
void matrix_scan_user(void);
#ifdef I2C_SPLIT
void slave_matrix_init(void);
uint8_t slave_matrix_scan(void);
#endif
#ifdef __cplusplus
}
#endif