]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/DPH/scan_loop.h
Updating DPH to compile with PartialLayer module
[kiibohd-controller.git] / Scan / DPH / scan_loop.h
index 50abc3837623abf22f59cf2297fe304200b553dc..fc2bbbbd067046beb0ecc4a94377385b6543b1b5 100644 (file)
@@ -53,8 +53,8 @@ uint8_t Scan_loop();
 // Functions available to macro.c
 uint8_t Scan_sendData( uint8_t dataPayload );
 
-void Scan_finishedWithBuffer( uint8_t sentKeys );
-void Scan_finishedWithUSBBuffer( uint8_t sentKeys );
+void Scan_finishedWithMacro( uint8_t sentKeys );
+void Scan_finishedWithOutput( uint8_t sentKeys );
 
 
 #endif // __SCAN_LOOP_H