mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-09-13 15:14:06 +02:00
update matrix
This commit is contained in:
parent
7443da28ae
commit
bf63363c1d
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
Copyright 2017 Luiz Ribeiro <luizribeiro@gmail.com>
|
Copyright 2018 Jack Humbert <jack.humb@gmail.com>
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU General Public License as published by
|
it under the terms of the GNU General Public License as published by
|
||||||
@ -206,3 +206,13 @@ void matrix_init_user(void) { }
|
|||||||
|
|
||||||
__attribute__ ((weak))
|
__attribute__ ((weak))
|
||||||
void matrix_scan_user(void) { }
|
void matrix_scan_user(void) { }
|
||||||
|
|
||||||
|
__attribute__ ((weak))
|
||||||
|
void matrix_init_kb(void) {
|
||||||
|
matrix_init_user();
|
||||||
|
}
|
||||||
|
|
||||||
|
__attribute__ ((weak))
|
||||||
|
void matrix_scan_kb(void) {
|
||||||
|
matrix_scan_user();
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user