Browse Source

Small fix to allow board to override split keyboard master check

zvecr 6 years ago
parent
commit
05990c9bda
1 changed files with 1 additions and 0 deletions
  1. 1 0
      quantum/split_common/split_util.c

+ 1 - 0
quantum/split_common/split_util.c

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