1
0
Fork 0

Add RGB underglow, move keys to allow Adjust layer to be reached

This commit is contained in:
Danny Nguyen 2017-03-14 09:51:48 -04:00
parent 3df35f712e
commit 52ea58805a
4 changed files with 15 additions and 8 deletions

View file

@ -20,6 +20,12 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#define EE_HANDS
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 8
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#ifdef SUBPROJECT_rev1
#include "../../rev1/config.h"