forked from mirrors/qmk_firmware
Fix hub16
This commit is contained in:
parent
a17fe1f2ad
commit
a84bc86073
1 changed files with 6 additions and 0 deletions
|
@ -229,6 +229,12 @@ uint8_t matrix_scan(void) {
|
|||
return (uint8_t)changed;
|
||||
}
|
||||
|
||||
__attribute__((weak))
|
||||
void matrix_scan_user(void) {}
|
||||
|
||||
__attribute__((weak))
|
||||
void matrix_init_user(void) {}
|
||||
|
||||
// Customisations for the encoders
|
||||
void matrix_init_kb(void){
|
||||
setPinInput(SWITCH_1);
|
||||
|
|
Loading…
Reference in a new issue