diff options
Diffstat (limited to 'keyboards/fortitude60/rev1/config.h')
| -rw-r--r-- | keyboards/fortitude60/rev1/config.h | 11 |
1 files changed, 5 insertions, 6 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/>. | |||
| 64 | ) | 64 | ) |
| 65 | 65 | ||
| 66 | /* ws2812 RGB LED */ | 66 | /* ws2812 RGB LED */ |
| 67 | /* #define RGB_DI_PIN D3 */ | 67 | #ifdef RGBLIGHT_ENABLE |
| 68 | /* #define RGBLIGHT_TIMER */ | 68 | #define RGB_DI_PIN B5 |
| 69 | /* #define RGBLED_NUM 16 // Number of LEDs */ | 69 | #define RGBLIGHT_TIMER |
| 70 | /* #define ws2812_PORTREG PORTD */ | 70 | #define RGBLED_NUM 18 // Number of LEDs */ |
| 71 | /* #define ws2812_DDRREG DDRD */ | 71 | #endif |
| 72 | |||
| 73 | /* | 72 | /* |
| 74 | * Feature disable options | 73 | * Feature disable options |
| 75 | * These options are also useful to firmware size reduction. | 74 | * These options are also useful to firmware size reduction. |
