Escape hatches: flash the user keyboard script as part of DFU rather than pushing with ampy. WAY more stable, mostly unbrickable now

This commit is contained in:
Josh Klar
2018-09-02 23:39:55 -07:00
parent e9d448af44
commit e4b19de009
3 changed files with 29 additions and 33 deletions

View File

@@ -0,0 +1,5 @@
from kmk_keyboard_user import main
if __name__ == '__main__':
main()