Merge pull request #6264 from zvecr/split_master_check

Allow board to override split keyboard master check
pull/6395/head 0.6.432
Danny 5 years ago committed by GitHub
commit a40dbf94e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save