forked from mirror/qmk_firmware
Automatically exit the printer class bootloader and start the application when the end of the HEX file is reached (thanks to Hans Schou).
This commit is contained in:
@@ -63,6 +63,9 @@
|
||||
/** LED mask for the library LED driver, to indicate that the USB interface is busy. */
|
||||
#define LEDMASK_USB_BUSY LEDS_LED2
|
||||
|
||||
/** Magic bootloader key to unlock forced application start mode. */
|
||||
#define MAGIC_BOOT_KEY 0xDC42
|
||||
|
||||
/* Enums: */
|
||||
/** Intel HEX parser state machine states. */
|
||||
enum HEX_Parser_States_t
|
||||
|
||||
Reference in New Issue
Block a user