summaryrefslogtreecommitdiffstats
path: root/keyboards/handwired/promethium/promethium.c
diff options
context:
space:
mode:
authorPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-11 13:03:18 +0100
committerPriyadi Iman Nurcahyo <priyadi@priyadi.net>2017-02-11 13:03:18 +0100
commit79de0cd11964e9205654498aa0027510e3c3535e (patch)
tree5c77e687491eabf1e5b062b47d0989786c03858c /keyboards/handwired/promethium/promethium.c
parent9fc3afbef4b3ecc8568c37f247c3c7f1ec87a4c1 (diff)
downloadqmk_firmware-79de0cd11964e9205654498aa0027510e3c3535e.tar.gz
qmk_firmware-79de0cd11964e9205654498aa0027510e3c3535e.tar.xz
Implement Capslock LED
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r--keyboards/handwired/promethium/promethium.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c
index 3e369a624..62e2281fa 100644
--- a/keyboards/handwired/promethium/promethium.c
+++ b/keyboards/handwired/promethium/promethium.c
@@ -32,4 +32,7 @@ void matrix_scan_kb(void) {
matrix_scan_user();
}
+void led_set_kb(uint8_t usb_led) {
+ led_set_user(usb_led);
+}