Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot
2026-03-13 23:00:34 +00:00
+2
View File
@@ -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
}
}
```