Browse Source

Fix hub16

refactor_process_record_kb_user
skullY 4 years ago
parent
commit
a84bc86073
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      keyboards/hub16/matrix.c

+ 6
- 0
keyboards/hub16/matrix.c View File

@ -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…
Cancel
Save