From 526d988a0caadc1a48bea862f605c9cee90c3dd3 Mon Sep 17 00:00:00 2001 From: Ralf Schmitt Date: Wed, 19 Mar 2014 23:58:08 +0100 Subject: Added basic led+backlight support --- keyboard/lightsaber/config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'keyboard/lightsaber/config.h') diff --git a/keyboard/lightsaber/config.h b/keyboard/lightsaber/config.h index b8de6adbf..d971d038e 100644 --- a/keyboard/lightsaber/config.h +++ b/keyboard/lightsaber/config.h @@ -32,6 +32,9 @@ along with this program. If not, see . #define MATRIX_ROWS 6 #define MATRIX_COLS 18 +/* number of backlight levels */ +#define BACKLIGHT_LEVELS 1 + /* Set 0 if need no debouncing */ #define DEBOUNCE 5 -- cgit v1.2.3