diff options
Diffstat (limited to 'keyboards/hineybush/hineyg80')
-rw-r--r-- | keyboards/hineybush/hineyg80/config.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/keyboards/hineybush/hineyg80/config.h b/keyboards/hineybush/hineyg80/config.h index 3d9b59bc55..40104daf1c 100644 --- a/keyboards/hineybush/hineyg80/config.h +++ b/keyboards/hineybush/hineyg80/config.h @@ -1,6 +1,5 @@ #pragma once -#include "config_common.h" /* key matrix size */ #define MATRIX_ROWS 12 @@ -18,8 +17,6 @@ #define LED_CAPS_LOCK_PIN B6 #define LED_SCROLL_LOCK_PIN B5 -/* number of backlight levels */ - #ifdef BACKLIGHT_PIN #define BACKLIGHT_LEVELS 3 #endif |