We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31d921a commit 79d6a16Copy full SHA for 79d6a16
1 file changed
Macropad_Hotkeys/code.py
@@ -42,6 +42,7 @@ def switch(self):
42
else: # Key not in use, no label or LED
43
MACROPAD.pixels[i] = 0
44
GROUP[i].text = ''
45
+ MACROPAD.keyboard.release_all()
46
MACROPAD.pixels.show()
47
MACROPAD.display.refresh()
48
0 commit comments