]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/Tandy1000/scan_loop.h
Adding API changes introduced by the FACOM converter
[kiibohd-controller.git] / Scan / Tandy1000 / scan_loop.h
index f185b4ce1ceaa3335eeb9de44b7970c782e7b487..911960a92ce29bcb05d3f42dd6e0623731c5fa42 100644 (file)
@@ -56,8 +56,8 @@ uint8_t scan_loop( void );
 // Functions available to macro.c
 uint8_t scan_sendData( uint8_t dataPayload );
 
-void scan_finishedWithBuffer( void );
-void scan_finishedWithUSBBuffer( void );
+void scan_finishedWithBuffer( uint8_t sentKeys );
+void scan_finishedWithUSBBuffer( uint8_t sentKeys );
 void scan_lockKeyboard( void );
 void scan_unlockKeyboard( void );
 void scan_resetKeyboard( void );