pwm ws driver (not working)

This commit is contained in:
Jack Humbert
2018-05-18 01:32:24 -04:00
parent 9fccfc8dd5
commit 7c19e9fa04
11 changed files with 352 additions and 631 deletions
+5
View File
@@ -125,4 +125,9 @@
/* override number of MIDI tone keycodes (each octave adds 12 keycodes and allocates 12 bytes) */
//#define MIDI_TONE_KEYCODE_OCTAVES 1
#define WS2812_LED_N 1
#define RGBLED_NUM WS2812_LED_N
#define WS2812_TIM_N 1
#define WS2812_TIM_CH 1
#endif