1
0
Fork 0

Remove _quantum functions from custom matrix.c code

This commit is contained in:
Drashna Jael're 2018-02-05 21:57:32 -08:00 committed by Jack Humbert
parent 9aaa491bc0
commit 84a713b05c
23 changed files with 0 additions and 208 deletions

View file

@ -47,15 +47,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* matrix state(1:on, 0:off) */
static matrix_row_t matrix[MATRIX_ROWS];
__attribute__ ((weak))
void matrix_init_quantum(void) {
matrix_init_kb();
}
__attribute__ ((weak))
void matrix_scan_quantum(void) {
matrix_scan_kb();
}
__attribute__ ((weak))
void matrix_init_kb(void) {