mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Ensure that the USB_DeviceState variable is properly set upon wakeup events, to the Addressed or Configured state as needed.
Add explicit support for the AT90USB646 to the Teensy bootloader now that PJRC have released the Teensy++ board. Ensure unfinished SideShow demo uses an unallocated PID value within the LUFA range.
This commit is contained in:
@@ -50,7 +50,7 @@
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
/* Preprocessor Checks: */
|
||||
#if !defined(__AVR_AT90USB162__)
|
||||
#if !defined(__AVR_AT90USB162__) && !defined(__AVR_AT90USB646__)
|
||||
#error This bootloader is not compatible with the selected AVR model.
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user