1
0
Fork 0

Don't process keycodes on the slave

This commit is contained in:
Fred Sundvik 2017-09-30 11:58:09 +03:00 committed by Jack Humbert
parent f1451b4b04
commit 25285a1c5a
2 changed files with 38 additions and 27 deletions

View file

@ -126,6 +126,10 @@ void matrix_scan_kb(void) {
matrix_scan_user();
}
bool is_keyboard_master(void) {
return is_serial_link_master();
}
__attribute__ ((weak))
void ergodox_board_led_on(void){
}