add the ability to set location and birthdate in movement config

This commit is contained in:
madhogs
2024-03-18 18:01:05 +00:00
parent d2b5ed7155
commit 524098b925
3 changed files with 59 additions and 7 deletions

View File

@@ -242,6 +242,8 @@ typedef struct {
typedef struct {
// properties stored in BACKUP register
movement_settings_t settings;
movement_location_t location;
movement_birthdate_t birthdate;
// transient properties
int16_t current_face_idx;