mirror of
https://github.com/mfulz/qmk_firmware.git
synced 2025-08-03 03:00:44 +02:00

Change over Printer_GetDeviceID() to require a pointer to the destination buffer plus the buffer size, rather than using a pointer to a special structure. Make new Printer_SendData() function to hide the implementation of sending data to an attached printer, cleaning up the main demo source file body.