diff options
Diffstat (limited to 'keyboards/rotr')
-rw-r--r-- | keyboards/rotr/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/rotr/config.h b/keyboards/rotr/config.h index d8cd526654..b1c30f218d 100644 --- a/keyboards/rotr/config.h +++ b/keyboards/rotr/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 1 @@ -21,8 +20,6 @@ /* COL2ROW or ROW2COL */ #define DIODE_DIRECTION COL2ROW -/* number of backlight levels */ - #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 3 #endif |