We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4218cb commit ecd93e5Copy full SHA for ecd93e5
1 file changed
Macropad_Hotkeys/code.py
@@ -49,6 +49,7 @@ def switch(self):
49
50
51
# INITIALIZATION -----------------------
52
+
53
macropad = MacroPad()
54
macropad.display.auto_refresh = False
55
macropad.pixels.auto_write = False
@@ -93,6 +94,7 @@ def switch(self):
93
94
app_index = 0
95
apps[app_index].switch()
96
97
98
# MAIN LOOP ----------------------------
99
100
while True:
0 commit comments