1
0
Fork 0

Fixup clueboard support and add rgb to clueboard1

This commit is contained in:
skullY 2016-03-28 22:49:24 -07:00
parent 073b44924c
commit 5e822417d7
9 changed files with 137 additions and 43 deletions

View file

@ -65,6 +65,16 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
)
/* Underlight configuration
*/
#define ws2812_PORTREG PORTF
#define ws2812_DDRREG DDRF
#define ws2812_pin 6
#define RGBLED_NUM 14 // Number of LEDs
#define RGBLIGHT_HUE_STEP 10
#define RGBLIGHT_SAT_STEP 17
#define RGBLIGHT_VAL_STEP 17
/*
* Feature disable options
* These options are also useful to firmware size reduction.