You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qmk_firmware/protocol/lufa
tmk 7d692c492c Fix USB initilaize on LUFA
- Add print messages of USB intialize procesure.
- call out sei() in earlier stage. LUFA API doc of USB_Init() says:
interrupts must be enabled within 500ms ... to ensure that the host does
not time out whilst enumerating the device
- remove matrix_init() from suspend_wakeup_init(). It is not needed in
  fact and if matrix_init() takes long time to initialize it prevents
host emnumerating the device.
11 years ago
..
LUFA-120730 Now includes LUFA-120730 in repository 12 years ago
descriptor.c Add NKRO support for LUFA 11 years ago
descriptor.h Add NKRO support for LUFA 11 years ago
lufa.c Fix USB initilaize on LUFA 11 years ago
lufa.h test build of 'Host shield' in minimal env. 12 years ago