forked from mirrors/qmk_userspace
i2c working
This commit is contained in:
parent
96f44e1202
commit
d707738616
20 changed files with 1827 additions and 21 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue