diff options
author | Stick <nstickney@gmail.com> | 2017-03-27 21:19:36 -0500 |
---|---|---|
committer | Stick <nstickney@gmail.com> | 2017-03-27 21:19:36 -0500 |
commit | a47e9166353012777b6e2d9c64f0c87420576f18 (patch) | |
tree | dfe9a8ab1ae4d3ced95afc528c9ed0c24cbfb444 /quantum/quantum.h | |
parent | a03d946d0c4edf0c3e50812af7f3c826b958c945 (diff) | |
parent | 7a9437a2e3a2597e8eef1ea293bfb3c394f588b9 (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'quantum/quantum.h')
-rw-r--r-- | quantum/quantum.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/quantum/quantum.h b/quantum/quantum.h index 580d51202a..259bac3697 100644 --- a/quantum/quantum.h +++ b/quantum/quantum.h @@ -103,6 +103,7 @@ void unregister_code16 (uint16_t code); #ifdef BACKLIGHT_ENABLE void backlight_init_ports(void); +void backlight_task(void); #ifdef BACKLIGHT_BREATHING void breathing_enable(void); |