]> git.donarmstrong.com Git - kiibohd-controller.git/commit
Fixing NKRO on Windows 8.1
authorJacob Alexander <haata@kiibohd.com>
Thu, 13 Nov 2014 07:04:50 +0000 (23:04 -0800)
committerJacob Alexander <haata@kiibohd.com>
Thu, 13 Nov 2014 07:04:50 +0000 (23:04 -0800)
commitc939059c7f65e8f4156ff8b9316f7300f958a1c6
tree6d1aa17781b9f906d3071255f375c2cb4f347723
parent774ccc7fe9ac06e36e3e0763da3bb27cf3d10fb7
Fixing NKRO on Windows 8.1

- Had to re-write descriptor to support Windows 8.1 while still working with Mac OSX
- NKRO keyboard is now more bandwidth intensive as all the keys must be updated at the same time
  (due to 8.1 bug in the HID spec)
Output/pjrcUSB/arm/usb_desc.c
Output/pjrcUSB/arm/usb_dev.c
Output/pjrcUSB/arm/usb_keyboard.c
Output/pjrcUSB/avr/usb_keyboard_serial.c
Output/pjrcUSB/avr/usb_keyboard_serial.h