aboutsummaryrefslogtreecommitdiffstats
path: root/docs/feature_backlight.md
Commit message (Collapse)AuthorAgeFilesLines
* Backlight - New option : BACKLIGHT_CAPS_LOCK (#4769)Rockman182019-01-281-0/+1
| | | | | | | | | | | | | | | | | | | | | | * [BACKLIGHT_CAPS_LOCK_INDICATOR] Use backlight toggling as Caps Lock LED I've implemented this feature because S65-X doesn't have LED indicators and the existing led_set_kb(usb_led) function try to use backlight as indicator but that creates an inconsistency with backlight_config state. - define `BACKLIGHT_CAPS_LOCK_INDICATOR` to enable Caps Lock indicator using backlight (for keyboards without dedicated LED) - Don't turn off LED indicators when suspend because backlight is already turned off. Else led_set(0) will turn back on backlight. - Documentation has been updated * [BACKLIGHT_CAPS_LOCK_INDICATOR] Turn off all LED indicators except Caps Lock if BACKLIGHT_CAPS_LOCK_INDICATOR * [BACKLIGHT_CAPS_LOCK] Rename BACKLIGHT_CAPS_LOCK_INDICATOR * [BACKLIGHT_CAPS_LOCK] Use new IS_LED_ON method
* Backlight status functions (#4259)Phillip Tennen2018-11-141-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
* Fix incorrect doctoring in feature.backlight.md (#4244)Phillip Tennen2018-10-261-1/+1
| | | I'm guessing someone deleted a row at some point in the past, but I didn't blame it.
* Helpful functionsDrashna Jaelre2018-08-261-0/+19
|
* Docs: Add Usage section to backlight docs (#3537)fauxpark2018-07-311-3/+13
|
* Backlighting docs (#3526)fauxpark2018-07-301-19/+23
| | | | | | * Some words about backlighting * Link to RGB feature pages
* Clarify that we actually have max 16 total backlight levelsfauxpark2018-01-121-1/+1
|
* Remove reference to BL_x in keycodes.md, and add BL_BRTGfauxpark2018-01-121-5/+5
|
* backlight breathing overhaul (#2187)Balz Guenat2018-01-011-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
* Format keycode tablesfauxpark2017-12-091-9/+9
|
* break up keymaps and quantum keycodes into files by featureskullY2017-08-161-0/+17