Skip to content
Snippets Groups Projects
Commit c446dbdf authored by q3k's avatar q3k
Browse files

sim: fix petal order

parent f5053f63
Branches
No related tags found
No related merge requests found
...@@ -82,9 +82,9 @@ class Input: ...@@ -82,9 +82,9 @@ class Input:
class PetalsInput(Input): class PetalsInput(Input):
# TODO(q3k): document order # First petal is above USB-C jack, then CCW.
POSITIONS = [ POSITIONS = [
(114, 302), (163, 112), (204, 587), ( 49, 477), (504, 587), (352, 696), (602, 298), (660, 477), (356, 122), (547, 117), (356, 122), (163, 112), (114, 302), ( 49, 477), (204, 587), (352, 696), (504, 587), (660, 477), (602, 298), (547, 117),
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment