Merge pull request #6264 from zvecr/split_master_check

Allow board to override split keyboard master check
This commit is contained in:
Danny 2019-07-20 15:13:01 -04:00 committed by GitHub
commit a40dbf94e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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