forked from mirrors/qmk_userspace
Only trigger encoder callbacks on primary side (#18467)
Co-authored-by: zvecr <git@zvecr.com>
This commit is contained in:
parent
4c1d8a0eb3
commit
8812872794
7 changed files with 180 additions and 3 deletions
|
@ -34,3 +34,7 @@ bool setPin(pin_t pin, bool val) {
|
|||
pins[pin] = val;
|
||||
return val;
|
||||
}
|
||||
|
||||
__attribute__((weak)) bool is_keyboard_master(void) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue