Skip to content

Commit

Permalink
Make note on small row curvature
Browse files Browse the repository at this point in the history
  • Loading branch information
rianadon committed Apr 21, 2023
1 parent 7f7bcea commit 889cc3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/manuform.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message Manuform {
message Curve {
optional sint32 alpha = 1 [(angle) = true, (name) = "Column's Curvature"];
optional int32 pinky_alpha = 2 [(angle) = true, (name) = "Pinky Column's Curvature"];
optional sint32 beta = 3 [(angle) = true, (name) = "Row's Curvature"];
optional sint32 beta = 3 [(angle) = true, (name) = "Row's Curvature", (help) = "Keep this small so you can easily press the keys"];
optional int32 centercol = 4 [(name) = "Center of the Curvature for the Column"];
optional sint32 tenting = 5 [(angle) = true, (name) = "Tenting Angle"];
optional sint32 rotate_x = 6 [(angle) = true, (name) = "Rotation Around Row Axis"];
Expand Down

0 comments on commit 889cc3a

Please sign in to comment.