forked from mirrors/qmk_firmware
fix ergodox_infinity
This commit is contained in:
parent
ac8a8e838e
commit
c4001ca425
1 changed files with 5 additions and 0 deletions
|
@ -115,6 +115,11 @@ void matrix_init_kb(void) {
|
|||
#endif
|
||||
}
|
||||
|
||||
void matrix_scan_kb(void) {
|
||||
// put your looping keyboard code here
|
||||
// runs every cycle (a lot)
|
||||
}
|
||||
|
||||
bool is_keyboard_master(void) {
|
||||
return is_serial_link_master();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue