diff options
author | IBNobody <protospherex@gmail.com> | 2016-03-15 23:52:51 -0500 |
---|---|---|
committer | IBNobody <protospherex@gmail.com> | 2016-03-15 23:52:51 -0500 |
commit | eba9a7d74db0be548cddc107f0370dabf43b017f (patch) | |
tree | 30320f53b83f944c5c038e19ae5cb2aa34423cfd /quantum/template/template.h | |
parent | 35393fa9dc3d14ea80ce72f27c13b1759600b245 (diff) | |
download | qmk_firmware-eba9a7d74db0be548cddc107f0370dabf43b017f.tar.gz |
Adding LED function pointers
Diffstat (limited to 'quantum/template/template.h')
-rw-r--r-- | quantum/template/template.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/template/template.h b/quantum/template/template.h index a15061b26..ed17ca001 100644 --- a/quantum/template/template.h +++ b/quantum/template/template.h @@ -21,5 +21,6 @@ void * matrix_init_user(void); void * matrix_scan_user(void); +void * led_set_user(uint8_t usb_led); #endif
\ No newline at end of file |