1
0
Fork 0

Add RGB commands to default Nyquist keymap

This commit is contained in:
Danny Nguyen 2017-08-04 14:55:42 -04:00 committed by Jack Humbert
parent 5fbd25db62
commit 396f97068b
3 changed files with 11 additions and 2 deletions

View file

@ -31,4 +31,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
// #define _MASTER_RIGHT
// #define EE_HANDS
#undef RGBLED_NUM
#define RGBLIGHT_ANIMATIONS
#define RGBLED_NUM 12
#define RGBLIGHT_HUE_STEP 8
#define RGBLIGHT_SAT_STEP 8
#define RGBLIGHT_VAL_STEP 8
#endif