From c6042a2636d591acf4991a02d68ddee72222c3b7 Mon Sep 17 00:00:00 2001 From: TerryMathews Date: Mon, 9 Jul 2018 02:41:11 -0400 Subject: Turn backlight support on by default for tkc1800 (#3353) --- keyboards/tkc1800/config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'keyboards/tkc1800/config.h') diff --git a/keyboards/tkc1800/config.h b/keyboards/tkc1800/config.h index cd34ede095..b13620de3b 100644 --- a/keyboards/tkc1800/config.h +++ b/keyboards/tkc1800/config.h @@ -44,9 +44,9 @@ along with this program. If not, see . /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -// #define BACKLIGHT_PIN B7 -// #define BACKLIGHT_BREATHING -// #define BACKLIGHT_LEVELS 3 +#define BACKLIGHT_PIN B6 +#define BACKLIGHT_BREATHING +#define BACKLIGHT_LEVELS 3 /* Underlight configuration */ -- cgit v1.2.3