diff options
Diffstat (limited to 'keyboards/evil80/config.h')
-rw-r--r-- | keyboards/evil80/config.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/evil80/config.h b/keyboards/evil80/config.h index ae507c74f..0f0e24529 100644 --- a/keyboards/evil80/config.h +++ b/keyboards/evil80/config.h | |||
@@ -19,16 +19,17 @@ | |||
19 | #define MATRIX_COL_PINS { B2, D0, D1, D2, D3, D5, D4, D6, D7, B4, B1, C6, C7, E6, F6, F7 } | 19 | #define MATRIX_COL_PINS { B2, D0, D1, D2, D3, D5, D4, D6, D7, B4, B1, C6, C7, E6, F6, F7 } |
20 | #define UNUSED_PINS | 20 | #define UNUSED_PINS |
21 | 21 | ||
22 | #define BACKLIGHT_PIN B5 | ||
23 | #define BACKLIGHT_BREATHING | ||
24 | |||
25 | /* COL2ROW or ROW2COL */ | 22 | /* COL2ROW or ROW2COL */ |
26 | #define DIODE_DIRECTION COL2ROW | 23 | #define DIODE_DIRECTION COL2ROW |
27 | 24 | ||
28 | /* define if matrix has ghost */ | 25 | /* define if matrix has ghost */ |
29 | //#define MATRIX_HAS_GHOST | 26 | //#define MATRIX_HAS_GHOST |
30 | 27 | ||
31 | /* number of backlight levels */ | 28 | #define LED_CAPS_LOCK_PIN B6 |
29 | #define LED_SCROLL_LOCK_PIN B7 | ||
30 | |||
31 | #define BACKLIGHT_PIN B5 | ||
32 | #define BACKLIGHT_BREATHING | ||
32 | #define BACKLIGHT_LEVELS 3 | 33 | #define BACKLIGHT_LEVELS 3 |
33 | 34 | ||
34 | /* Set 0 if debouncing isn't needed */ | 35 | /* Set 0 if debouncing isn't needed */ |