aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/config.h
diff options
context:
space:
mode:
authorMaarten Dekkers <maartenn2001@gmail.com>2017-07-04 18:49:12 +0200
committerJack Humbert <jack.humb@gmail.com>2017-07-05 11:48:19 -0400
commit7f82275a4dfa7a470f89b65308541134e5af9909 (patch)
tree1909357f8c6f75cb8eeb8f8f6d9345e5174594f0 /keyboards/tada68/config.h
parentb228cf7ba44ea03b4b0c078c24bca7d557ceddac (diff)
downloadfirmware-7f82275a4dfa7a470f89b65308541134e5af9909.tar.gz
firmware-7f82275a4dfa7a470f89b65308541134e5af9909.tar.bz2
firmware-7f82275a4dfa7a470f89b65308541134e5af9909.zip
Added support for RGB on the Tada68
Diffstat (limited to 'keyboards/tada68/config.h')
-rwxr-xr-x[-rw-r--r--]keyboards/tada68/config.h11
1 files changed, 4 insertions, 7 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h
index 19cf9c9b3..856509fd0 100644..100755
--- a/keyboards/tada68/config.h
+++ b/keyboards/tada68/config.h
@@ -66,15 +66,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* 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