tmk_keyboard/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.
2013-09-21 22:47:03 +09:00
..
LUFA-120730 Now includes LUFA-120730 in repository 2013-02-11 22:57:40 +09:00
descriptor.c Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
descriptor.h Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
lufa.c Fix USB initilaize on LUFA 2013-09-21 22:47:03 +09:00
lufa.h test build of 'Host shield' in minimal env. 2012-08-28 21:56:15 +09:00