We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 504ecf9 commit cd1cfa4Copy full SHA for cd1cfa4
README.md
@@ -257,7 +257,7 @@ buttons on the mode select screen:
257
# user.py
258
from .control_surface.configuration import Configuration
259
260
-configuration = new Configuration(
+configuration = Configuration(
261
# Map Mode Select button 5 to setlist programs 1/2 on short/long press.
262
override_modes={5: ("standalone_1", "standalone_2")}
263
)
0 commit comments