diff options
Diffstat (limited to 'keyboards/kbdfans/kbd66/config.h')
-rw-r--r-- | keyboards/kbdfans/kbd66/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/keyboards/kbdfans/kbd66/config.h b/keyboards/kbdfans/kbd66/config.h index a2666a619..5d6cab458 100644 --- a/keyboards/kbdfans/kbd66/config.h +++ b/keyboards/kbdfans/kbd66/config.h | |||
@@ -47,12 +47,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. | |||
47 | 47 | ||
48 | /* COL2ROW, ROW2COL*/ | 48 | /* COL2ROW, ROW2COL*/ |
49 | #define DIODE_DIRECTION COL2ROW | 49 | #define DIODE_DIRECTION COL2ROW |
50 | |||
51 | #define BACKLIGHT_PIN B6 | 50 | #define BACKLIGHT_PIN B6 |
51 | #ifdef BACKLIGHT_PIN | ||
52 | #define BACKLIGHT_LEVELS 3 | 52 | #define BACKLIGHT_LEVELS 3 |
53 | #define BACKLIGHT_BREATHING | 53 | #define BACKLIGHT_BREATHING |
54 | #define BREATHING_PERIOD 6 | 54 | #define BREATHING_PERIOD 6 |
55 | 55 | #endif | |
56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ | 56 | /* Debounce reduces chatter (unintended double-presses) - set 0 if debouncing is not needed */ |
57 | #define DEBOUNCE 5 | 57 | #define DEBOUNCE 5 |
58 | 58 | ||