From 7f82275a4dfa7a470f89b65308541134e5af9909 Mon Sep 17 00:00:00 2001 From: Maarten Dekkers Date: Tue, 4 Jul 2017 18:49:12 +0200 Subject: Added support for RGB on the Tada68 --- keyboards/tada68/config.h | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) mode change 100644 => 100755 keyboards/tada68/config.h (limited to 'keyboards/tada68/config.h') diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h old mode 100644 new mode 100755 index 19cf9c9b39..856509fd04 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h @@ -66,15 +66,12 @@ along with this program. If not, see . /* Underlight configuration */ -/*#define RGB_DI_PIN E2 +#define RGB_DI_PIN F5 // See the readme for wiring your ws2812's #define RGBLIGHT_ANIMATIONS #define RGBLED_NUM 2 // Number of LEDs -#define RGBLIGHT_HUE_STEP 10 -#define RGBLIGHT_SAT_STEP 17 -#define RGBLIGHT_VAL_STEP 17*/ -//Disabled while I figure out a suitable pin for RGB support. -//I've tried F5, D2, D3, and E2 but it's possible the end of my -//strand is bad. New LEDs on order. +#define RGBLIGHT_HUE_STEP 8 +#define RGBLIGHT_SAT_STEP 8 +#define RGBLIGHT_VAL_STEP 8 /* * Feature disable options -- cgit v1.2.3 From 58139f87e456686eb8765a789ddc8aae9c7c99ce Mon Sep 17 00:00:00 2001 From: Maarten Dekkers Date: Wed, 5 Jul 2017 17:43:05 +0200 Subject: Fixed arrow up and rgb config --- keyboards/tada68/config.h | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'keyboards/tada68/config.h') diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h index 856509fd04..3e011bc754 100755 --- a/keyboards/tada68/config.h +++ b/keyboards/tada68/config.h @@ -63,16 +63,6 @@ along with this program. If not, see . */ #define BACKLIGHT_LEVELS 4 -/* Underlight configuration - */ - -#define RGB_DI_PIN F5 // See the readme for wiring your ws2812's -#define RGBLIGHT_ANIMATIONS -#define RGBLED_NUM 2 // Number of LEDs -#define RGBLIGHT_HUE_STEP 8 -#define RGBLIGHT_SAT_STEP 8 -#define RGBLIGHT_VAL_STEP 8 - /* * Feature disable options * These options are also useful to firmware size reduction. -- cgit v1.2.3