summaryrefslogtreecommitdiff
path: root/tmk_core
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-03-22 22:15:18 -0400
committerJack Humbert <jack.humb@gmail.com>2016-03-22 22:15:18 -0400
commite8951d6e41e364a95f862a1d3544a52b32857148 (patch)
treea4a868a605e1f0564fd332c1c3f095c03491b6ea /tmk_core
parent403d756ad56de18488e3d048e849c55e77a20b32 (diff)
parent3d56ec052ed485d4b717da930c4024b4a3f792e0 (diff)
Merge pull request #199 from IBNobody/master
Added LED Indicator Support to QMK Template
Diffstat (limited to 'tmk_core')
-rw-r--r--tmk_core/common/led.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmk_core/common/led.h b/tmk_core/common/led.h
index d5fc051bf5..2e18dc2afa 100644
--- a/tmk_core/common/led.h
+++ b/tmk_core/common/led.h
@@ -34,8 +34,11 @@ extern "C" {
void led_set(uint8_t usb_led);
+/* keyboard-specific LED functionality */
+void led_set_kb(uint8_t usb_led);
+
#ifdef __cplusplus
}
#endif
-#endif
+#endif \ No newline at end of file