From 83af62322cfe8cbe23f404ec5fa857679dc44cea Mon Sep 17 00:00:00 2001 From: Danny Date: Tue, 31 Oct 2017 23:58:38 -0400 Subject: Add Levinson rev2 (#1939) * Add levinson rev2 files * Add hexwire keymap * Remove redefinition of backlight defines --- keyboards/levinson/rev1/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'keyboards/levinson/rev1') diff --git a/keyboards/levinson/rev1/config.h b/keyboards/levinson/rev1/config.h index 696722cfb..7c8b9b0b9 100644 --- a/keyboards/levinson/rev1/config.h +++ b/keyboards/levinson/rev1/config.h @@ -66,6 +66,10 @@ along with this program. If not, see . #define ws2812_PORTREG PORTD #define ws2812_DDRREG DDRD +/* Backlight LEDs */ +#define BACKLIGHT_PIN B6 +#define BACKLIGHT_LEVELS 7 + /* * Feature disable options * These options are also useful to firmware size reduction. -- cgit v1.2.3-24-g4f1b