jlj-qmk/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_code.h Fix action macros 2013-09-11 14:05:05 +09:00
action_layer.c Add default layer config to bootmagic 2013-06-22 16:24:56 +09:00
action_layer.h Add default layer config to bootmagic 2013-06-22 16:24:56 +09:00
action_macro.c Add support for macro media/system keys 2013-07-23 07:53:18 +09:00
action_macro.h Add support for macro media/system keys 2013-07-23 07:53:18 +09:00
action_oneshot.c
action_oneshot.h
action_tapping.c Fix Tapping: release of a key pressed before tap 2013-09-18 15:02:44 +09:00
action_tapping.h
action.c Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
action.h Fix deprecated 'prog_*' typedef - Issue #34 2013-05-21 10:16:55 +09:00
backlight.c Add support for backlight 2013-06-22 17:23:36 +09:00
backlight.h Add support for backlight 2013-06-22 17:23:36 +09:00
bootloader.c Fix bootloader jump use word address 2013-09-18 16:10:53 +09:00
bootloader.h
bootmagic.c Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
bootmagic.h Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
command.c Fix version info command 2013-09-19 00:51:44 +09:00
command.h
debug_config.h
debug.h
eeconfig.c Add BACKLIGHT_ENABLE conditional 2013-06-23 09:14:58 +09:00
eeconfig.h Add BACKLIGHT_ENABLE conditional 2013-06-23 09:14:58 +09:00
host_driver.h
host.c Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
host.h
keyboard.c Fix USB initilaize on LUFA 2013-09-21 22:47:03 +09:00
keyboard.h
keycode.h Add mechanical locking switch support for NumLock and ScrollLock 2013-07-23 10:56:03 +09:00
keymap.c Fix to bootmagic key configurable 2013-09-21 21:21:34 +09:00
keymap.h
led.h
matrix.h
mousekey.c
mousekey.h
nodebug.h
print.c
print.h
report.h Add NKRO support for LUFA 2013-07-28 17:34:41 +09:00
sendchar_null.c
sendchar_uart.c
sendchar.h
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.h Fix deprecated 'prog_*' typedef - Issue #34 2013-05-21 10:16:55 +09:00
xprintf.S Fix deprecated 'prog_*' typedef - Issue #34 2013-05-21 10:16:55 +09:00