mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-09-26 03:49:20 +02:00
Fix model01
This commit is contained in:
@@ -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) {
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user