mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Fixed LowLevel Keyboard demo not saving the issued report only after it has been written to the endpoint.
Added support for multiple keyboard keycodes in a single report to the LowLevel and ClassDriver Keyboard demos.
This commit is contained in:
@@ -96,7 +96,7 @@ FATFS DataflashData;
|
||||
|
||||
|
||||
/** Stream character fetching routine for the FAT driver so that characters from the currently open file can be
|
||||
* readin sequence when applied to a stdio stream.
|
||||
* read in sequence when applied to a stdio stream.
|
||||
*/
|
||||
static int Dataflash_getchar(FILE* Stream)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user