1
0

Refactor core use of deprecated isLeftHand (#25888)

This commit is contained in:
Joel Challis
2025-12-21 20:52:55 +00:00
committed by GitHub
parent f82d4d8680
commit c1161a7a32
10 changed files with 33 additions and 10 deletions

View File

@@ -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.";