diff options
Diffstat (limited to 'keyboards/ergodox_infinity/rules.mk')
-rw-r--r-- | keyboards/ergodox_infinity/rules.mk | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/keyboards/ergodox_infinity/rules.mk b/keyboards/ergodox_infinity/rules.mk index b9ead9e87..70bcabe80 100644 --- a/keyboards/ergodox_infinity/rules.mk +++ b/keyboards/ergodox_infinity/rules.mk | |||
@@ -22,8 +22,6 @@ CUSTOM_MATRIX = yes # Custom matrix file | |||
22 | SERIAL_LINK_ENABLE = yes | 22 | SERIAL_LINK_ENABLE = yes |
23 | VISUALIZER_ENABLE = yes | 23 | VISUALIZER_ENABLE = yes |
24 | LCD_ENABLE = yes | 24 | LCD_ENABLE = yes |
25 | BACKLIGHT_ENABLE = yes | ||
26 | BACKLIGHT_DRIVER = custom | ||
27 | LCD_BACKLIGHT_ENABLE = yes | 25 | LCD_BACKLIGHT_ENABLE = yes |
28 | MIDI_ENABLE = no | 26 | MIDI_ENABLE = no |
29 | RGBLIGHT_ENABLE = no | 27 | RGBLIGHT_ENABLE = no |
@@ -32,9 +30,8 @@ LCD_DRIVER = st7565 | |||
32 | LCD_WIDTH = 128 | 30 | LCD_WIDTH = 128 |
33 | LCD_HEIGHT = 32 | 31 | LCD_HEIGHT = 32 |
34 | 32 | ||
35 | LED_DRIVER = is31fl3731c | 33 | LED_MATRIX_ENABLE = yes |
36 | LED_WIDTH = 7 | 34 | LED_MATRIX_DRIVER = IS31FL3731 |
37 | LED_HEIGHT = 7 | ||
38 | 35 | ||
39 | # project specific files | 36 | # project specific files |
40 | SRC = matrix.c \ | 37 | SRC = matrix.c \ |