fix ergodox_infinity

This commit is contained in:
skullY 2020-02-29 20:56:15 -08:00
parent ac8a8e838e
commit c4001ca425

View file

@ -115,6 +115,11 @@ void matrix_init_kb(void) {
#endif #endif
} }
void matrix_scan_kb(void) {
// put your looping keyboard code here
// runs every cycle (a lot)
}
bool is_keyboard_master(void) { bool is_keyboard_master(void) {
return is_serial_link_master(); return is_serial_link_master();
} }