From b2398ecbe7047d6bcd39a6c8039b1bfbdcc51ad2 Mon Sep 17 00:00:00 2001 From: MechMerlin <30334081+mechmerlin@users.noreply.github.com> Date: Wed, 30 May 2018 19:44:52 -0700 Subject: CA66 Backlighting FIx (#3089) * Enable backlighting using pin F0 and changing it in the rules.mk file as well * Change KB_H to CA66_H --- keyboards/ca66/config.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'keyboards/ca66/config.h') diff --git a/keyboards/ca66/config.h b/keyboards/ca66/config.h index f00b5109d7..c35718042a 100644 --- a/keyboards/ca66/config.h +++ b/keyboards/ca66/config.h @@ -25,9 +25,8 @@ /* number of backlight levels */ -#ifdef BACKLIGHT_PIN +#define BACKLIGHT_PIN F0 #define BACKLIGHT_LEVELS 3 -#endif /* Set 0 if debouncing isn't needed */ #define DEBOUNCING_DELAY 5 -- cgit v1.2.3