changed esc to launcher key combo
This commit is contained in:
parent
db4473ff5e
commit
3749f19756
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue