mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-06-27 19:42:04 +00:00
Decrease step size
This commit is contained in:
parent
3e69687217
commit
90d7f04d60
@ -44,9 +44,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#define RGBLED_NUM 27
|
||||
#define RGBLIGHT_LIMIT_VAL 120
|
||||
#define RGBLIGHT_HUE_STEP 10
|
||||
#define RGBLIGHT_SAT_STEP 16
|
||||
#define RGBLIGHT_VAL_STEP 16
|
||||
#define RGBLIGHT_HUE_STEP 8
|
||||
#define RGBLIGHT_SAT_STEP 8
|
||||
#define RGBLIGHT_VAL_STEP 10
|
||||
#define RGBLIGHT_SLEEP
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user