We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f1ce2 commit a5f6fa7Copy full SHA for a5f6fa7
1 file changed
Macropad_Hotkeys/code.py
@@ -50,6 +50,8 @@ def switch(self):
50
51
# INITIALIZATION -----------------------
52
if True:
53
+ # The 'if True:' and indentation is a method to segment the code into logical blocks.
54
+ # Although not supported by MU, it also enables "code folding" by most editing programs
55
macropad = MacroPad()
56
macropad.display.auto_refresh = False
57
macropad.pixels.auto_write = False
0 commit comments