We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4380b22 commit 1fd58d6Copy full SHA for 1fd58d6
1 file changed
NeoKey_BFF_Examples/CP_Keyboard_Example/code.py
@@ -43,7 +43,7 @@
43
switch_state = False
44
45
# if the button is pressed..
46
- if not switch.value and not switch_state:
+ elif not switch.value and not switch_state:
47
pixels.fill(pixel_color)
48
pixels.show()
49
keyboard.press(modifier_key, key)
0 commit comments