diff options
author | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 17:54:12 -0400 |
---|---|---|
committer | Christopher Browne <cbbrowne@ca.afilias.info> | 2016-06-21 17:54:12 -0400 |
commit | ee3c7892ad585e2e702d8975420d25ae052d97bb (patch) | |
tree | 71c23600099fe5670482f8900d787dbc7c9551b2 /quantum/led.c | |
parent | 2d314810086684883329af730d8f5e8ecd0506b0 (diff) | |
parent | 1a0bac8bccf0e156d2f3c5f14a7214f9677b6370 (diff) |
Merge branch 'master' of https://github.com/jackhumbert/qmk_firmware
Diffstat (limited to 'quantum/led.c')
-rw-r--r-- | quantum/led.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/quantum/led.c b/quantum/led.c index 208e348f34..2634ab2f61 100644 --- a/quantum/led.c +++ b/quantum/led.c @@ -25,6 +25,12 @@ void led_set_kb(uint8_t usb_led) { } __attribute__ ((weak)) +void led_init_ports(void) +{ + +} + +__attribute__ ((weak)) void led_set(uint8_t usb_led) { |