]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/MDErgo1/scan_loop.h
Adding dynamic USB power support
[kiibohd-controller.git] / Scan / MDErgo1 / scan_loop.h
index 17a06fccb86a4773f9fa092b5ee27971979011ac..b18a0cab57939de5f37161379b35088e08ec6b9e 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2015 by Jacob Alexander
+/* Copyright (C) 2014-2016 by Jacob Alexander
  *
  * Permission is hereby granted, free of charge, to any person obtaining a copy
  * of this software and associated documentation files (the "Software"), to deal
 // ----- Functions -----
 
 // Functions to be called by main.c
-void Scan_setup( void );
-uint8_t Scan_loop( void );
+void Scan_setup();
+uint8_t Scan_loop();
 
 // Call-backs
 void Scan_finishedWithMacro( uint8_t sentKeys );  // Called by Macro Module
 void Scan_finishedWithOutput( uint8_t sentKeys ); // Called by Output Module
 
+void Scan_currentChange( unsigned int current ); // Called by Output Module
+