Commit graph

10 commits

Author SHA1 Message Date
NicoHood
700ca71cf8 Finally changes SetReportData function to int
This was required since available() of stream also uses int and not uint16_t sadly
2015-09-22 21:25:11 +02:00
NicoHood
803ecfddf5 Made SetReportData more flexible
can now take more data and keep the data array if changed to zero.
2015-09-22 20:48:35 +02:00
NicoHood
a0edeebc61 Send the whole data for an out report
RawHID does not add the reportID again, so we need to see the first byte there
For the keyboard led you can just ignore this byte
2015-09-20 14:05:08 +02:00
NicoHood
250ce02838 Changed setReportData length to 1 byte 2015-09-20 12:30:43 +02:00
NicoHood
2281210b1c fixed some led issues, added leds for teensy
seems to still not work for nkro and teensy?
2015-09-19 18:51:16 +02:00
NicoHood
3ed2577dac Enabled BootKeyboard by default, now dynamically chooses the protocol type 2015-09-19 15:55:22 +02:00
NicoHood
0e297490ae Added Boot Keyboard support
If enabled the keyboard will not work in the OS again. This still needs to be fixed.
Experimental!
2015-09-19 14:37:42 +02:00
NicoHood
78c763e438 Updated HIDDevices for new, modified Pluggable HID version
Keyboard got improved a bit as well.
2015-09-19 13:15:32 +02:00
NicoHood
ef33241ca3 Different inclusion of Teensy Keyboard
Moved Report IDs to the HID-Project.h file
2015-09-08 17:31:29 +02:00
NicoHood
8d24749ec7 Added Teensy Keyboard 2015-09-06 19:52:33 +02:00