]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/scan_loop.c
Adding API changes introduced by the FACOM converter
[kiibohd-controller.git] / Scan / matrix / scan_loop.c
index f385295eab89802a33675162f628184a7d091039..1b3912de8b535bc1885a04acc2c153ba50559db8 100644 (file)
@@ -161,14 +161,14 @@ inline uint8_t scan_loop()
 
 
 // Signal that the keys have been properly sent over USB
-inline void scan_finishedWithUSBBuffer( void )
+inline void scan_finishedWithUSBBuffer( uint8_t sentKeys )
 {
        return;
 }
 
 
 // Signal KeyIndex_Buffer that it has been fully scanned using the macro module
-inline void scan_finishedWithBuffer( void )
+inline void scan_finishedWithBuffer( uint8_t sentKeys )
 {
        return;
 }