Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Backlight status functions #4259

Merged
merged 6 commits into from
Nov 14, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update tmk_core/common/backlight.h
Co-Authored-By: codyd51 <[email protected]>
drashna and codyd51 authored Nov 14, 2018
commit 75b0916caaec071f19aab4d99a07e85b13a3526d
2 changes: 1 addition & 1 deletion tmk_core/common/backlight.h
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ void backlight_decrease(void);
void backlight_toggle(void);
void backlight_enable(void);
void backlight_disable(void);
bool backlight_enabled(void);
bool is_backlight_enabled(void);
void backlight_step(void);
void backlight_set(uint8_t level);
void backlight_level(uint8_t level);