We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ddc4f95 + 79d6a16 commit c128be1Copy full SHA for c128be1
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