diff options
Diffstat (limited to 'keyboards/exent/config.h')
-rw-r--r-- | keyboards/exent/config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/keyboards/exent/config.h b/keyboards/exent/config.h index 08d241f65..4921746c1 100644 --- a/keyboards/exent/config.h +++ b/keyboards/exent/config.h | |||
@@ -39,7 +39,8 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
39 | #define DIODE_DIRECTION COL2ROW | 39 | #define DIODE_DIRECTION COL2ROW |
40 | #define DEBOUNCE 5 | 40 | #define DEBOUNCE 5 |
41 | 41 | ||
42 | #define BACKLIGHT_LEVELS 1 | 42 | #define BACKLIGHT_PIN D4 |
43 | #define BACKLIGHT_LEVELS 3 | ||
43 | #define RGBLIGHT_ANIMATIONS | 44 | #define RGBLIGHT_ANIMATIONS |
44 | 45 | ||
45 | #define NO_UART 1 | 46 | #define NO_UART 1 |