Skip to content

Commit

Permalink
feat: Return max layer name length metadata.
Browse files Browse the repository at this point in the history
* Include max layer name length in keymap payload.
  • Loading branch information
petejohanson committed Oct 3, 2024
1 parent a79267a commit 6115f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proto/zmk/keymap.proto
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ message SetLayerPropsRequest {
message Keymap {
repeated Layer layers = 1;
uint32 available_layers = 2;
uint32 max_layer_name_length = 3;
}

message Layer {
Expand Down

0 comments on commit 6115f13

Please sign in to comment.