1d3b9eea94
* Basic Fanoe support (no LED yet) * Enable RGB lights * Backlighting support * Change to reflect Wheat Field brand of Fanoe PCB * Hot swap variant * Fix review comment issues * Fix review issues * Corrected rules.mk * Change naming to avoid using possibly copyrighted names * Added info.json * Corrected manufacturer name in info.json * Keymap updates * Add layout for use with ws2812b and such * Fixes based on code review
9 lines
188 B
C
9 lines
188 B
C
#pragma once
|
|
|
|
#define RGB_DI_PIN E2
|
|
#define RGBLIGHT_ANIMATIONS
|
|
#undef RGBLED_NUM
|
|
#define RGBLED_NUM 72
|
|
#define RGBLIGHT_HUE_STEP 8
|
|
#define RGBLIGHT_SAT_STEP 8
|
|
#define RGBLIGHT_VAL_STEP 8
|