Keyboard: [Fortitude60] LED fix and Serial improvement (#3982)
* arrangement Underglow * modified serial function references from helix * Remove defines (ws2812_*REG)
This commit is contained in:
parent
8ef747accf
commit
a65085a893
9 changed files with 422 additions and 152 deletions
|
@ -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.
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
BACKLIGHT_ENABLE = yes
|
Loading…
Add table
Add a link
Reference in a new issue