mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-27 11:31:13 +00:00
Fix hub16
This commit is contained in:
parent
a17fe1f2ad
commit
a84bc86073
@ -229,6 +229,12 @@ uint8_t matrix_scan(void) {
|
|||||||
return (uint8_t)changed;
|
return (uint8_t)changed;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
__attribute__((weak))
|
||||||
|
void matrix_scan_user(void) {}
|
||||||
|
|
||||||
|
__attribute__((weak))
|
||||||
|
void matrix_init_user(void) {}
|
||||||
|
|
||||||
// Customisations for the encoders
|
// Customisations for the encoders
|
||||||
void matrix_init_kb(void){
|
void matrix_init_kb(void){
|
||||||
setPinInput(SWITCH_1);
|
setPinInput(SWITCH_1);
|
||||||
|
Loading…
Reference in New Issue
Block a user