diff options
author | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-11 19:03:18 +0700 |
---|---|---|
committer | Priyadi Iman Nurcahyo <priyadi@priyadi.net> | 2017-02-11 19:03:18 +0700 |
commit | 79de0cd11964e9205654498aa0027510e3c3535e (patch) | |
tree | 5c77e687491eabf1e5b062b47d0989786c03858c /keyboards/handwired/promethium/promethium.c | |
parent | 9fc3afbef4b3ecc8568c37f247c3c7f1ec87a4c1 (diff) |
Implement Capslock LED
Diffstat (limited to 'keyboards/handwired/promethium/promethium.c')
-rw-r--r-- | keyboards/handwired/promethium/promethium.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboards/handwired/promethium/promethium.c b/keyboards/handwired/promethium/promethium.c index 3e369a6246..62e2281fac 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); +} |