forked from mirror/qmk_firmware
Added new MassStorageKeyboard Device Class Driver demo (thanks to Matthias Hullin).
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
* - Added support for the officially recommended external peripheral layout for the BUMBLEB board (thanks to Dave Fletcher)
|
||||
* - Added new Pipe_IsFrozen() macro to determine if the currently selected pipe is frozen
|
||||
* - Added new USB_GetHIDReportSize() function to the HID report parser to retrieve the size of a given report by its ID
|
||||
* - Added new combined Mass Storage and Keyboard demo (thanks to Matthias Hullin)
|
||||
*
|
||||
* <b>Changed:</b>
|
||||
* - SetIdle requests to the HID device driver with a 0 idle period (send changes only) now only affect the requested
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
* - <b>Keyboard</b> - USB Keyboard demo, using the library USB HID Class driver framework
|
||||
* - <b>KeyboardMouse</b> - Dual Keyboard/Mouse demo, using the library USB HID Class driver framework
|
||||
* - <b>MassStorage</b> - Dual Drive Mass Storage demo, using the library USB Mass Storage Class driver framework
|
||||
* - <b>MassStorageKeyboard</b> - Mass Storage and Keyboard demo, using the library USB Mass Storage Class driver framework
|
||||
* - <b>MIDI</b> - MIDI In demo, using the library USB MIDI-Audio Class driver framework
|
||||
* - <b>Mouse</b> - USB Mouse demo, using the library USB HID driver framework
|
||||
* - <b>RNDISEthernet</b> - RNDIS Ethernet Webserver demo, using the library USB RNDIS driver framework
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
* 0x2061
|
||||
* </td>
|
||||
* <td>
|
||||
* <i>Currently Unallocated</i>
|
||||
* <i>Combined Mass Storage and Keyboard Demo</i>
|
||||
* </td>
|
||||
* </tr>
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user