]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/SonyOA-S3400/scan_loop.h
Adding API changes introduced by the FACOM converter
[kiibohd-controller.git] / Scan / SonyOA-S3400 / scan_loop.h
index 41412b221a86e6fb8d051c73fa8a58fc702b7cd6..7d7f309669382d919da86dc8939e077cee1c717f 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_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 );