X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FSonyOA-S3400%2Fscan_loop.h;fp=Scan%2FSonyOA-S3400%2Fscan_loop.h;h=7d7f309669382d919da86dc8939e077cee1c717f;hb=f674db7de30b6ea8525e18ecd33d5e5d3924c6ae;hp=41412b221a86e6fb8d051c73fa8a58fc702b7cd6;hpb=65b448988469c105ab4c1dec054cf60e0c36b6e0;p=kiibohd-controller.git diff --git a/Scan/SonyOA-S3400/scan_loop.h b/Scan/SonyOA-S3400/scan_loop.h index 41412b2..7d7f309 100644 --- a/Scan/SonyOA-S3400/scan_loop.h +++ b/Scan/SonyOA-S3400/scan_loop.h @@ -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 );