summaryrefslogtreecommitdiff
path: root/keyboards/levinson/rev1/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/levinson/rev1/config.h')
-rw-r--r--keyboards/levinson/rev1/config.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/keyboards/levinson/rev1/config.h b/keyboards/levinson/rev1/config.h
index 696722cfb3..7c8b9b0b92 100644
--- a/keyboards/levinson/rev1/config.h
+++ b/keyboards/levinson/rev1/config.h
@@ -66,6 +66,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#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.