summaryrefslogtreecommitdiffstats
path: root/docs/feature_backlight.md
AgeCommit message (Collapse)AuthorFilesLines
2018-11-14Backlight status functions (#4259)Phillip Tennen1-8/+11
* add functions to set specific backlight state * add function to query backlight state * update documentation with new backlight functions * Update tmk_core/common/backlight.c Co-Authored-By: codyd51 <phillip.ennen@gmail.com> * Update tmk_core/common/backlight.h Co-Authored-By: codyd51 <phillip.ennen@gmail.com> * update docs for is_backlight_enabled() name change
2018-10-26Fix incorrect doctoring in feature.backlight.md (#4244)Phillip Tennen1-1/+1
I'm guessing someone deleted a row at some point in the past, but I didn't blame it.
2018-08-26Helpful functionsDrashna Jaelre1-0/+19
2018-08-01Docs: Add Usage section to backlight docs (#3537)fauxpark1-3/+13
2018-07-31Backlighting docs (#3526)fauxpark1-19/+23
* Some words about backlighting * Link to RGB feature pages
2018-01-12Clarify that we actually have max 16 total backlight levelsfauxpark1-1/+1
2018-01-12Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark1-5/+5
2018-01-01backlight breathing overhaul (#2187)Balz Guenat1-3/+25
* add breathing to bananasplit * backlight breathing overhaul * fix the backlight_tick thing. * fix for vision_division backlight * fix a few keymaps and probably break breathing for some weirdly set-up boards. * remove BL_x keycodes because they made unreasonable assumptions * some fixes for BL keycodes * integer cie lightness scaling * use cie lightness for non-breathing backlight and make breathing able to reach true max brightness
2017-12-09Format keycode tablesfauxpark1-9/+9
2017-08-16break up keymaps and quantum keycodes into files by featureskullY1-0/+17