mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-01-19 00:03:33 +00:00
14 lines
263 B
C
14 lines
263 B
C
|
#pragma once
|
||
|
|
||
|
/* Select hand configuration */
|
||
|
#define MASTER_LEFT
|
||
|
// #define MASTER_RIGHT
|
||
|
// #define EE_HANDS
|
||
|
|
||
|
#undef RGBLED_NUM
|
||
|
#define RGBLIGHT_ANIMATIONS
|
||
|
#define RGBLED_NUM 14
|
||
|
#define RGBLIGHT_HUE_STEP 8
|
||
|
#define RGBLIGHT_SAT_STEP 8
|
||
|
#define RGBLIGHT_VAL_STEP 8
|