Decrease step size

This commit is contained in:
Richard Baptist 2019-09-29 12:56:40 +02:00
parent 3e69687217
commit 90d7f04d60
No known key found for this signature in database
GPG Key ID: 115D8B1815981F35

View File

@ -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