]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/SonyNEWS/scan_loop.h
Adding API changes introduced by the FACOM converter
[kiibohd-controller.git] / Scan / SonyNEWS / scan_loop.h
index f3b14666b4ed7d00ed96ead206d3f572f55b33e0..1e056266dcb1c58f4d8d42858272cc0254cea3b4 100644 (file)
@@ -55,8 +55,8 @@ uint8_t scan_loop( void );
 // Functions available to macro.c
 uint8_t scan_sendData( uint8_t dataPayload );
 
-void scan_finishedWithUSBBuffer( void );
-void scan_finishedWithBuffer( 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 );