1
0
Fork 0

Fixup rgb underlight for clueboard1

This commit is contained in:
skullY 2016-04-13 14:20:08 -07:00
parent 97f8f37876
commit 21d4cafb8c
3 changed files with 9 additions and 10 deletions

View file

@ -67,9 +67,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
/* Underlight configuration
*/
#define ws2812_PORTREG PORTF
#define ws2812_DDRREG DDRF
#define ws2812_pin 6
#define ws2812_PORTREG PORTB
#define ws2812_DDRREG DDRB
#define ws2812_pin 2
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17