fixed defaulf keymap, added my own keymap
now the LEDs are working like they should
This commit is contained in:
@@ -67,6 +67,7 @@ void matrix_init(void) {
|
||||
matrix[i] = 0;
|
||||
matrix_debouncing[i] = 0;
|
||||
}
|
||||
matrix_init_quantum();
|
||||
}
|
||||
|
||||
uint8_t matrix_scan(void) {
|
||||
@@ -94,7 +95,7 @@ uint8_t matrix_scan(void) {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
matrix_scan_quantum();
|
||||
return 1;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user