1
0
Fork 0

Add support for key backlighting to bfake

If BACKLIGHT_ENABLE is set to `yes` in `rules.mk`, then the user
can use the `BL_*` keycodes to adjust the backlight. At the moment,
only on/off is supported.
This commit is contained in:
Chris Lee 2017-12-02 03:26:49 -07:00 committed by Jack Humbert
parent 38ab86e8f2
commit 9584db055b
3 changed files with 26 additions and 4 deletions

View file

@ -37,7 +37,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define DIODE_DIRECTION COL2ROW
#define DEBOUNCING_DELAY 5
#define NO_BACKLIGHT_CLOCK
#define BACKLIGHT_LEVELS 1
#define RGBLIGHT_ANIMATIONS
#define NO_UART 1