qmk-dactyl-manuform-a/common
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
..
action.c
action.h
action_code.h
action_layer.c
action_layer.h
action_macro.c
action_macro.h
action_oneshot.c
action_oneshot.h
action_tapping.c
action_tapping.h
backlight.c
backlight.h
bootloader.c
bootloader.h
bootmagic.c
bootmagic.h
command.c
command.h
debug.h
debug_config.h
eeconfig.c
eeconfig.h
host.c
host.h
host_driver.h
keyboard.c Fix USB initilaize on LUFA 2013-09-21 22:47:03 +09:00
keyboard.h
keycode.h
keymap.c
keymap.h
led.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
report.h
sendchar.h
sendchar_null.c
sendchar_uart.c
sleep_led.c
sleep_led.h
suspend.c Fix USB initilaize on LUFA 2013-09-21 22:47:03 +09:00
suspend.h
timer.c
timer.h
uart.c
uart.h
util.c
util.h
xprintf.S
xprintf.h