diff options
author | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2018-05-30 19:44:52 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-05-30 19:44:52 -0700 |
commit | b2398ecbe7047d6bcd39a6c8039b1bfbdcc51ad2 (patch) | |
tree | cffa31ca4245685c904440878f5cc7adf1d46650 /keyboards/ca66/config.h | |
parent | 258954dc3e884dfa9a057f10f96c4544737e9e81 (diff) |
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
Diffstat (limited to 'keyboards/ca66/config.h')
-rw-r--r-- | keyboards/ca66/config.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 |