summaryrefslogtreecommitdiffstats
path: root/keyboards/fortitude60/rev1
diff options
context:
space:
mode:
authorPekaso <pekaso34@gmail.com>2018-09-28 03:06:19 +0200
committerDrashna Jaelre <drashna@live.com>2018-09-28 03:06:19 +0200
commita65085a89354e89ddd3517aa63c74ef6dd32ca8b (patch)
tree7fa976bcd86055d56c6c3be9528c2aaf976ae1c7 /keyboards/fortitude60/rev1
parent8ef747accf6e59ff50a3dde1cb34f56e4edce9fe (diff)
downloadqmk_firmware-a65085a89354e89ddd3517aa63c74ef6dd32ca8b.tar.gz
qmk_firmware-a65085a89354e89ddd3517aa63c74ef6dd32ca8b.tar.xz
Keyboard: [Fortitude60] LED fix and Serial improvement (#3982)
* arrangement Underglow * modified serial function references from helix * Remove defines (ws2812_*REG)
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