From 0a643be39eb710649560f80c6ce0bc32576813fd Mon Sep 17 00:00:00 2001 From: Andrew Kannan Date: Tue, 7 Apr 2020 00:01:11 -0400 Subject: Update 072 based CannonKeys boards to rely on core QMK support (#8716) * Swap CannonKeys 072 boards over to rely on core QMK backlight support * Rename keymap * Rename via_tsangan back to via --- keyboards/cannonkeys/chimera65/config.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'keyboards/cannonkeys/chimera65/config.h') diff --git a/keyboards/cannonkeys/chimera65/config.h b/keyboards/cannonkeys/chimera65/config.h index 663d9cca9a..d4338fb0a0 100644 --- a/keyboards/cannonkeys/chimera65/config.h +++ b/keyboards/cannonkeys/chimera65/config.h @@ -33,6 +33,10 @@ along with this program. If not, see . #define MATRIX_ROW_PINS { A13, A14, A15, C13, B8 } #define DIODE_DIRECTION COL2ROW +#define BACKLIGHT_PIN A6 +#define BACKLIGHT_PWM_DRIVER PWMD3 +#define BACKLIGHT_PWM_CHANNEL 1 +#define BACKLIGHT_PAL_MODE 1 #define BACKLIGHT_LEVELS 6 #define BACKLIGHT_BREATHING #define BREATHING_PERIOD 6 -- cgit v1.2.3