diff options
author | Phil <baldonp1@tcnjedu> | 2018-04-06 14:01:24 -0400 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2018-04-11 23:55:41 -0400 |
commit | 3d3716bbf7a7615da237e6a95f6a4684ae8fac44 (patch) | |
tree | b578113897e69e302f83cf88fccdc68bf0034b8e /keyboards/pearl/rules.mk | |
parent | 6982e63a4a0ac7832648583a20f082cb913a96e6 (diff) | |
download | qmk_firmware-3d3716bbf7a7615da237e6a95f6a4684ae8fac44.tar.gz |
Beginning implementation of Pearl backlight. Levels and breathing not working yet.
Diffstat (limited to 'keyboards/pearl/rules.mk')
-rw-r--r-- | keyboards/pearl/rules.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/pearl/rules.mk b/keyboards/pearl/rules.mk index 9165de424..c5b61c6d3 100644 --- a/keyboards/pearl/rules.mk +++ b/keyboards/pearl/rules.mk @@ -36,7 +36,7 @@ MOUSEKEY_ENABLE = yes EXTRAKEY_ENABLE = yes CONSOLE_ENABLE = yes COMMAND_ENABLE = yes -BACKLIGHT_ENABLE = no +BACKLIGHT_ENABLE = yes RGBLIGHT_ENABLE = yes RGBLIGHT_CUSTOM_DRIVER = yes |