From 933842067df08e7d0515049509bdd3fa73b334e1 Mon Sep 17 00:00:00 2001 From: WarmCat Date: Thu, 10 May 2018 16:28:58 +0100 Subject: Backlight and RGB now working for JJ50 (#2929) * Added support for JJ50 from KPRepublic, no rgb or backlight control yet. Added as a layout of ymd96 at the moment (same microprocessor). Basic keymap with three layers to get started. * Added support for JJ50 * Tidied up jj50 code, backlight and RGB is now working. * Renaming "KEYMAP" to "LAYOUT" to adhere to the new QMK standards. --- keyboards/jj50/config.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'keyboards/jj50/config.h') diff --git a/keyboards/jj50/config.h b/keyboards/jj50/config.h index 240732594..6aa762883 100644 --- a/keyboards/jj50/config.h +++ b/keyboards/jj50/config.h @@ -35,11 +35,11 @@ along with this program. If not, see . #define MATRIX_COLS 15 #define DIODE_DIRECTION ROW2COL -#define BACKLIGHT_PIN D4 -#define BACKLIGHT_LEVELS 3 +//#define BACKLIGHT_PIN D4 +#define BACKLIGHT_LEVELS 12 -//#define RGB_DI_PIN C0 -#define RGBLED_NUM 5 +#define RGB_DI_PIN E2 +#define RGBLED_NUM 12 #define RGBLIGHT_ANIMATIONS #define RGBLIGHT_HUE_STEP 12 #define RGBLIGHT_SAT_STEP 15 -- cgit v1.2.3