Small fix to allow board to override split keyboard master check

This commit is contained in:
zvecr
2019-07-05 18:31:16 +01:00
committed by Florian Didron
parent 64566241cb
commit 98fd7ebf58

View File

@@ -32,6 +32,7 @@ bool is_keyboard_left(void) {
return is_keyboard_master(); return is_keyboard_master();
} }
__attribute__((weak))
bool is_keyboard_master(void) bool is_keyboard_master(void)
{ {
#ifdef __AVR__ #ifdef __AVR__