From cc6043ca29bfa5523e07bc89edcf4f32a0a8aea2 Mon Sep 17 00:00:00 2001 From: Benjamin Kesselring Date: Sat, 29 Jul 2017 14:34:59 -0600 Subject: add backlight support (probably) --- keyboards/xd75/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards/xd75/config.h') diff --git a/keyboards/xd75/config.h b/keyboards/xd75/config.h index aff38e5d2..3764cfba4 100644 --- a/keyboards/xd75/config.h +++ b/keyboards/xd75/config.h @@ -49,9 +49,9 @@ along with this program. If not, see . /* COL2ROW, ROW2COL, or CUSTOM_MATRIX */ #define DIODE_DIRECTION COL2ROW -// #define BACKLIGHT_PIN B7 -// #define BACKLIGHT_BREATHING -// #define BACKLIGHT_LEVELS 3 +#define BACKLIGHT_PIN F5 +#define BACKLIGHT_BREATHING +#define BACKLIGHT_LEVELS 3 /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ -- cgit v1.2.3-24-g4f1b