summaryrefslogtreecommitdiffstats
path: root/keyboards/fortitude60/rev1
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fortitude60/rev1')
-rw-r--r--keyboards/fortitude60/rev1/config.h11
-rw-r--r--keyboards/fortitude60/rev1/rules.mk1
2 files changed, 5 insertions, 7 deletions
diff --git a/keyboards/fortitude60/rev1/config.h b/keyboards/fortitude60/rev1/config.h
index 4ba195ff8..8c6f21afe 100644
--- a/keyboards/fortitude60/rev1/config.h
+++ b/keyboards/fortitude60/rev1/config.h
@@ -64,12 +64,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
)
/* ws2812 RGB LED */
-/* #define RGB_DI_PIN D3 */
-/* #define RGBLIGHT_TIMER */
-/* #define RGBLED_NUM 16 // Number of LEDs */
-/* #define ws2812_PORTREG PORTD */
-/* #define ws2812_DDRREG DDRD */
-
+#ifdef RGBLIGHT_ENABLE
+ #define RGB_DI_PIN B5
+ #define RGBLIGHT_TIMER
+ #define RGBLED_NUM 18 // Number of LEDs */
+#endif
/*
* Feature disable options
* These options are also useful to firmware size reduction.
diff --git a/keyboards/fortitude60/rev1/rules.mk b/keyboards/fortitude60/rev1/rules.mk
index bd518d8f2..e69de29bb 100644
--- a/keyboards/fortitude60/rev1/rules.mk
+++ b/keyboards/fortitude60/rev1/rules.mk
@@ -1 +0,0 @@
-BACKLIGHT_ENABLE = yes