mirror of
https://github.com/qmk/qmk_firmware.git
synced 2026-06-03 21:01:17 +08:00
Switch missing default handler in OS detection docs (#26064)
Switch was missing default handler: control reaches end of non-void function This warning gets treated as an error on Github Actions
This commit is contained in:
parent
9fd72b352b
commit
afb5335bf3
@ -136,6 +136,8 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
|
||||
print_stored_setups();
|
||||
}
|
||||
return false;
|
||||
default:
|
||||
return true; // Process all other keycodes normally
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
Loading…
Reference in New Issue
Block a user