diff options
Diffstat (limited to 'keyboards/pearl/config.h')
-rw-r--r-- | keyboards/pearl/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/pearl/config.h b/keyboards/pearl/config.h index 0ae69e8e2..5dbba3ec0 100644 --- a/keyboards/pearl/config.h +++ b/keyboards/pearl/config.h | |||
@@ -31,7 +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 | 34 | #define BACKLIGHT_PIN D4 |
35 | #define BACKLIGHT_LEVELS 3 | ||
35 | 36 | ||
36 | #define MATRIX_ROWS 4 | 37 | #define MATRIX_ROWS 4 |
37 | #define MATRIX_COLS 13 | 38 | #define MATRIX_COLS 13 |