diff options
Diffstat (limited to 'tmk_core/common/led.h')
-rw-r--r-- | tmk_core/common/led.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h index 61c971c10..c16305129 100644 --- a/tmk_core/common/led.h +++ b/tmk_core/common/led.h | |||
@@ -19,6 +19,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
19 | #define LED_H | 19 | #define LED_H |
20 | #include "stdint.h" | 20 | #include "stdint.h" |
21 | 21 | ||
22 | /* FIXME: Add doxygen comments here. */ | ||
22 | 23 | ||
23 | /* keyboard LEDs */ | 24 | /* keyboard LEDs */ |
24 | #define USB_LED_NUM_LOCK 0 | 25 | #define USB_LED_NUM_LOCK 0 |
@@ -40,4 +41,4 @@ void led_init_ports(void); | |||
40 | } | 41 | } |
41 | #endif | 42 | #endif |
42 | 43 | ||
43 | #endif \ No newline at end of file | 44 | #endif |