Small fix to allow board to override split keyboard master check
This commit is contained in:
parent
e4b91cffea
commit
05990c9bda
@ -32,6 +32,7 @@ bool is_keyboard_left(void) {
|
||||
return is_keyboard_master();
|
||||
}
|
||||
|
||||
__attribute__((weak))
|
||||
bool is_keyboard_master(void)
|
||||
{
|
||||
#ifdef __AVR__
|
||||
|
Loading…
Reference in New Issue
Block a user