wip
This commit is contained in:
parent
0d8b4d6fa6
commit
123758c663
226 changed files with 56 additions and 2541 deletions
|
|
@ -103,12 +103,10 @@ void matrix_scan_quantum(void) {
|
|||
|
||||
__attribute__ ((weak))
|
||||
void matrix_init_kb(void) {
|
||||
matrix_init_user();
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_scan_kb(void) {
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
|
|
@ -401,4 +399,4 @@ void matrix_setup(void){
|
|||
i2c_slave_init(SLAVE_I2C_ADDRESS); //setup address of slave i2c
|
||||
sei(); //enable interupts
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue