summaryrefslogtreecommitdiffstats
path: root/keyboards/clueboard/rev1
diff options
context:
space:
mode:
authorJack Humbert <jack.humb@gmail.com>2016-07-07 17:33:32 +0200
committerJack Humbert <jack.humb@gmail.com>2016-07-07 17:33:34 +0200
commit57e08eb8badc5db2fb44d2df684f32ea48cce411 (patch)
tree51eede58af359c5c98a080ae359b545a23dd5ad8 /keyboards/clueboard/rev1
parentad43d450ca1b988d196da80e2a745f45f24068f6 (diff)
downloadqmk_firmware-57e08eb8badc5db2fb44d2df684f32ea48cce411.tar.gz
qmk_firmware-57e08eb8badc5db2fb44d2df684f32ea48cce411.tar.xz
updates rgblight implementation, makes non-timer stuff compatible with audio
Diffstat (limited to 'keyboards/clueboard/rev1')
-rw-r--r--keyboards/clueboard/rev1/config.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/keyboards/clueboard/rev1/config.h b/keyboards/clueboard/rev1/config.h
index 9bb58f56e..8c9497232 100644
--- a/keyboards/clueboard/rev1/config.h
+++ b/keyboards/clueboard/rev1/config.h
@@ -25,9 +25,8 @@
/* Underlight configuration
*/
-#define ws2812_PORTREG PORTB
-#define ws2812_DDRREG DDRB
-#define ws2812_pin 2
+#define RGB_DI_PIN B2
+#define RGBLIGHT_TIMER
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17