changed esc to launcher key combo

This commit is contained in:
thirdr 2022-12-19 14:18:00 +00:00 committed by Phil Howard
parent db4473ff5e
commit 3749f19756
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ def launcher():
ih.clear_button_leds()
ih.led_warn.off()
if ih.pressed() == ih.inky_frame.button_a and ih.pressed() == ih.inky_frame.button_e:
if ih.pressed() == ih.inky_frame.button_e:
launcher()
ih.clear_button_leds()