]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/fortitude60/rev1/config.h
Remove all of the deprecated RGB defines
[qmk_firmware.git] / keyboards / fortitude60 / rev1 / config.h
index 4ba195ff8ea867c5d8c3072a2f51d204a30fcd70..b89f5c7df9202331dfe3fd370917685c0ff78e3c 100644 (file)
@@ -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 RGBLED_NUM 18    // Number of LEDs */
+#endif
 /*
  * Feature disable options
  *  These options are also useful to firmware size reduction.