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
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
..
iwrap Fix doc and descriptor of iwrap 12 years ago
lufa Fix USB initilaize on LUFA 11 years ago
pjrc Add NKRO support for LUFA 11 years ago
usb_hid Add converter/usb_usb/README 12 years ago
vusb Fix keymap for new framework 12 years ago
adb.c Remove debug line from adb.c 12 years ago
adb.h Add ADB extended keyboard support by blargg@GH. 12 years ago
iwrap.mk Add vusb support to iwrap 12 years ago
lufa.mk Fix USB Descriptors 12 years ago
m0110.c Remove procedures not neeed from init of M0110 11 years ago
m0110.h Moved files to common, protocol and doc directory 12 years ago
news.c Fix Sony NEWS pinouts in comment 12 years ago
news.h Moved protocol files; news and x68k. 12 years ago
pjrc.mk Rename HOST_* to PROTOCOL_* in protocol/*.mk 12 years ago
ps2.c Increase buffer size of PS2 protocol 12 years ago
ps2.h Moved files to common, protocol and doc directory 12 years ago
ps2_mouse.c Moved files to common, protocol and doc directory 12 years ago
ps2_mouse.h Moved files to common, protocol and doc directory 12 years ago
ps2_usart.c Increase buffer size of PS2 protocol 12 years ago
serial.h Fix softwere serial 12 years ago
serial_soft.c Fix software serial configure 12 years ago
serial_uart.c Add serial_uart.c and use it for PC98 12 years ago
usb_hid.mk usb_hid: workaround for compile on Windows. 12 years ago
vusb.mk Add support of iWRAP5 12 years ago