Integrate WS2812 code into quantum core
This commit is contained in:
parent
0a40654b82
commit
ba9ac457b2
7 changed files with 8 additions and 15 deletions
|
@ -63,15 +63,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|||
#define ws2812_DDRREG DDRD
|
||||
#define ws2812_pin PD1
|
||||
#define RGBLED_NUM 28 // Number of LEDs
|
||||
#ifndef RGBLIGHT_HUE_STEP
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
#endif
|
||||
#ifndef RGBLIGHT_SAT_STEP
|
||||
#define RGBLIGHT_SAT_STEP 17
|
||||
#endif
|
||||
#ifndef RGBLIGHT_VAL_STEP
|
||||
#define RGBLIGHT_VAL_STEP 17
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Feature disable options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue