diff options
author | Ralf Schmitt <ralf@bunkertor.net> | 2014-03-19 23:58:08 +0100 |
---|---|---|
committer | Ralf Schmitt <ralf@bunkertor.net> | 2014-03-19 23:58:08 +0100 |
commit | 526d988a0caadc1a48bea862f605c9cee90c3dd3 (patch) | |
tree | 8c47584c7ab21ffa9f7b6b46937a33c85cb4dc43 /keyboard/lightsaber/config.h | |
parent | 160678a7b825af634a6fe02ea6a191b5c67cf75b (diff) |
Added basic led+backlight support
Diffstat (limited to 'keyboard/lightsaber/config.h')
-rw-r--r-- | keyboard/lightsaber/config.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/keyboard/lightsaber/config.h b/keyboard/lightsaber/config.h index b8de6adbff..d971d038e3 100644 --- a/keyboard/lightsaber/config.h +++ b/keyboard/lightsaber/config.h @@ -32,6 +32,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #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 |