forked from mirrors/qmk_userspace
Remove matrix_init_quantum/matrix_scan_quantum (#19806)
This commit is contained in:
parent
9991894514
commit
11d49d00e7
76 changed files with 148 additions and 319 deletions
|
@ -67,10 +67,6 @@ void matrix_io_delay(void);
|
|||
void matrix_power_up(void);
|
||||
void matrix_power_down(void);
|
||||
|
||||
/* executes code for Quantum */
|
||||
void matrix_init_quantum(void);
|
||||
void matrix_scan_quantum(void);
|
||||
|
||||
void matrix_init_kb(void);
|
||||
void matrix_scan_kb(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue