forked from mirror/qmk_firmware
Refactor core use of deprecated isLeftHand (#25888)
This commit is contained in:
@@ -40,6 +40,10 @@ bool is_keyboard_master(void) {
|
||||
return isMaster;
|
||||
}
|
||||
|
||||
bool is_keyboard_left(void) {
|
||||
return isLeftHand;
|
||||
}
|
||||
|
||||
bool encoder_update_kb(uint8_t index, bool clockwise) {
|
||||
if (!isMaster) {
|
||||
ADD_FAILURE() << "We shouldn't get here.";
|
||||
|
||||
Reference in New Issue
Block a user