Skip to content

Commit

Permalink
feat: Add reset settings req/resp.
Browse files Browse the repository at this point in the history
  • Loading branch information
petejohanson committed Aug 16, 2024
1 parent f7c53ad commit a79267a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions proto/zmk/core.proto
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,15 @@ message Request {
bool get_device_info = 1;
bool get_lock_state = 2;
bool lock = 3;
bool reset_settings = 4;
}
}

message Response {
oneof response_type {
GetDeviceInfoResponse get_device_info = 1;
LockState get_lock_state = 2;
bool reset_settings = 4;
}
}

Expand Down

0 comments on commit a79267a

Please sign in to comment.