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:
5
entrypoints/feather_nrf52832.py
Normal file
5
entrypoints/feather_nrf52832.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from kmk_keyboard_user import main
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
main()
|
Reference in New Issue
Block a user