mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
649b33d778
* fixes from tmk's repo * rename keyboard to keyboards
10 lines
366 B
C
10 lines
366 B
C
#include "../../config.h"
|
|
|
|
/* WS2812B RGB Underglow LED */
|
|
#define ws2812_PORTREG PORTF
|
|
#define ws2812_DDRREG DDRF
|
|
#define ws2812_pin PF5 // Based on wiring depicted in ws2812_wiring.jpg
|
|
#define RGBLED_NUM 16 // Number of LEDs. Change this to match your use case.
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
#define RGBLIGHT_VAL_STEP 8
|