Skip to content

Commit

Permalink
docs: fix typo in example user.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kmontag authored Dec 13, 2024
1 parent 504ecf9 commit cd1cfa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ buttons on the mode select screen:
# user.py
from .control_surface.configuration import Configuration

configuration = new Configuration(
configuration = Configuration(
# Map Mode Select button 5 to setlist programs 1/2 on short/long press.
override_modes={5: ("standalone_1", "standalone_2")}
)
Expand Down

0 comments on commit cd1cfa4

Please sign in to comment.