mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 03:21:15 +00:00
Fix model01
This commit is contained in:
parent
a18f85c6b6
commit
6506745502
@ -25,3 +25,11 @@ void matrix_init_kb(void) {
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_scan_user(void) {
|
||||
}
|
||||
|
||||
__attribute__ ((weak))
|
||||
void matrix_init_user(void) {
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user