summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/config.h
diff options
context:
space:
mode:
authorTerryMathews <terry@terrymathews.net>2016-09-23 20:20:05 +0200
committerTerryMathews <terry@terrymathews.net>2016-09-23 20:20:05 +0200
commite71d4f3235348f6b6ac0e884ddf0a46991eace26 (patch)
tree192f8da781b473bd858325683f5f28715125b21f /keyboards/tada68/config.h
parentfad54872667d493ccd95e2171addf6c6b22343b7 (diff)
downloadqmk_firmware-e71d4f3235348f6b6ac0e884ddf0a46991eace26.tar.gz
qmk_firmware-e71d4f3235348f6b6ac0e884ddf0a46991eace26.tar.xz
Disable RGB led support until a suitable pin is located
Diffstat (limited to 'keyboards/tada68/config.h')
-rw-r--r--keyboards/tada68/config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/keyboards/tada68/config.h b/keyboards/tada68/config.h
index 5c2b29062..5d8757936 100644
--- a/keyboards/tada68/config.h
+++ b/keyboards/tada68/config.h
@@ -66,12 +66,15 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Underlight configuration
*/
-#define RGB_DI_PIN F5
+/*#define RGB_DI_PIN E2
#define RGBLIGHT_TIMER
-#define RGBLED_NUM 4 // Number of LEDs
+#define RGBLED_NUM 2 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
-#define RGBLIGHT_VAL_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.
/*
* Feature disable options