X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=Scan%2FDPH%2Fscan_loop.h;h=fc2bbbbd067046beb0ecc4a94377385b6543b1b5;hb=28df956007cda198d660492fa867808002b1e5a6;hp=50abc3837623abf22f59cf2297fe304200b553dc;hpb=bb9c009586bde9e5d44d45a3870e64be73c0e39c;p=kiibohd-controller.git diff --git a/Scan/DPH/scan_loop.h b/Scan/DPH/scan_loop.h index 50abc38..fc2bbbb 100644 --- a/Scan/DPH/scan_loop.h +++ b/Scan/DPH/scan_loop.h @@ -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