]> git.donarmstrong.com Git - kiibohd-controller.git/blobdiff - Scan/ISSILed/led_scan.h
Adding dynamic USB power support
[kiibohd-controller.git] / Scan / ISSILed / led_scan.h
index a948a97e6a4513048697bc895800e9856a7125ad..545b8b948d3f8be5dbab986ab307f703d212c124 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 2014-2015 by Jacob Alexander
+/* Copyright (C) 2014-2016 by Jacob Alexander
  *
  * This file is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -14,8 +14,7 @@
  * along with this file.  If not, see <http://www.gnu.org/licenses/>.
  */
 
-#ifndef __LED_SCAN_H
-#define __LED_SCAN_H
+#pragma once
 
 // ----- Includes -----
 
@@ -29,6 +28,5 @@
 void LED_setup();
 uint8_t LED_scan();
 
-
-#endif // __LED_SCAN_H
+void LED_currentChange( unsigned int current );