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/config.h | |
parent | 6982e63a4a0ac7832648583a20f082cb913a96e6 (diff) | |
download | qmk_firmware-3d3716bbf7a7615da237e6a95f6a4684ae8fac44.tar.gz qmk_firmware-3d3716bbf7a7615da237e6a95f6a4684ae8fac44.zip |
Beginning implementation of Pearl backlight. Levels and breathing not working yet.
Diffstat (limited to 'keyboards/pearl/config.h')
-rw-r--r-- | keyboards/pearl/config.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/keyboards/pearl/config.h b/keyboards/pearl/config.h index 47a732f76..9f7a148f9 100644 --- a/keyboards/pearl/config.h +++ b/keyboards/pearl/config.h | |||
@@ -31,6 +31,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
31 | #define RGBLIGHT_ANIMATIONS | 31 | #define RGBLIGHT_ANIMATIONS |
32 | #define RGBLED_NUM 12 | 32 | #define RGBLED_NUM 12 |
33 | 33 | ||
34 | #define BACKLIGHT_LEVELS 1 | ||
35 | |||
34 | #define MATRIX_ROWS 4 | 36 | #define MATRIX_ROWS 4 |
35 | #define MATRIX_COLS 13 | 37 | #define MATRIX_COLS 13 |
36 | 38 | ||