Fix functions with empty params (#19647)
* Fix functions with empty params * Found a bunch more
This commit is contained in:
@@ -108,7 +108,7 @@ void cycle_leds(void) {
|
||||
}
|
||||
}
|
||||
|
||||
void matrix_scan_kb() {
|
||||
void matrix_scan_kb(void) {
|
||||
cycle_leds();
|
||||
matrix_scan_user();
|
||||
}
|
||||
|
Reference in New Issue
Block a user