tmk/tmk_core/protocol
tmk d8e304e141 lufa: Startup and suspend loop can be disabled
Startup wait loop is originally intended to start keyboard task loop and
after console output endpoint becomes available. But now that console
output is buffered when it is not available and you don't have to wait
for it to be ready. You can disable the startup wait loop by defining
NO_WAIT_FOR_USB_CONFIGURED in config.h

Suspend loop is used for power saving by making tasks stop while
USB bus is under suspend status. But this may cause problem on some
devices like converter that must keep doing its task to retain
communication with keyboard. The suspend loop can block its task for
around 15-17ms. You can disable the suspend loop  by defining
NO_USB_SUSPEND_LOOP in config.h.
2019-05-10 09:44:59 +09:00
..
bluefruit update macro names in bluefruit 2016-05-05 12:50:05 -06:00
chibios make some change to complie stm32_f103_onekey with new version of Chibios (#583) 2018-11-07 08:08:08 +09:00
iwrap
lufa lufa: Startup and suspend loop can be disabled 2019-05-10 09:44:59 +09:00
mbed core: Fix Logical Maximum in report descriptor 2016-06-08 05:17:47 +09:00
pjrc core: Fix Logical Maximum in report descriptor 2016-06-08 05:17:47 +09:00
usb_hid usb_hid: Change to USB_Host_Shield_2.0 of tmk repo 2019-05-10 09:44:59 +09:00
vusb core: Remove unused file in vusb 2017-09-14 22:35:41 +09:00
adb.c core: change API of adb.c to accept device address 2016-06-04 19:27:16 +09:00
adb.h core: change API of adb.c to accept device address 2016-06-04 19:27:16 +09:00
bluefruit.mk
ibm4704.c
ibm4704.h
iwrap.mk
lufa.mk lufa: Add debug print support with UART 2019-05-07 00:06:54 +09:00
m0110.c
m0110.h
news.c
news.h
next_kbd.c
next_kbd.h
pbuff.h Codes appear to be detected correctly, the break codes are broken. 2016-03-01 21:37:22 -08:00
pjrc.mk
ps2.h
ps2_busywait.c
ps2_interrupt.c Codes appear to be detected correctly, the break codes are broken. 2016-03-01 21:37:22 -08:00
ps2_io.h
ps2_io_avr.c
ps2_io_mbed.c
ps2_mouse.c
ps2_mouse.h
ps2_usart.c
serial.h
serial_mouse.h
serial_mouse_microsoft.c
serial_mouse_mousesystems.c
serial_soft.c
serial_uart.c
usb_hid.mk usb_hid: Change to USB_Host_Shield_2.0 of tmk repo 2019-05-10 09:44:59 +09:00
vusb.mk ps2_usb: Fix for VUSB configuration 2016-03-19 08:08:49 +09:00
xt.h xt_usb: Remove xt_io.h 2018-03-14 21:32:22 +09:00
xt_interrupt.c xt_usb: Change ring buffer and control Data line 2018-09-23 12:36:18 +09:00