]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/matrix/scan_loop.h
Adding API changes introduced by the FACOM converter
[kiibohd-controller.git] / Scan / matrix / scan_loop.h
index eaff7a08eef79f8868d305768f0606fc6bf01bda..c0f7aa31da6bb67a73e3515f823d5c23f88840ff 100644 (file)
@@ -63,8 +63,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 );