summaryrefslogtreecommitdiffstats
path: root/quantum/rgblight.h
diff options
context:
space:
mode:
authordungdung <dungdung@users.noreply.github.com>2017-02-06 23:14:56 +0100
committerdungdung <dungdung@users.noreply.github.com>2017-02-06 23:18:20 +0100
commita7882b1ffceb6002dd1adf916a8fc32523227860 (patch)
tree2cdc663e9cab404bf1a96e9d153daf2e9e0bb8c7 /quantum/rgblight.h
parent5a1b68d562036ff26820069baafe40654eef70a3 (diff)
downloadqmk_firmware-a7882b1ffceb6002dd1adf916a8fc32523227860.tar.gz
qmk_firmware-a7882b1ffceb6002dd1adf916a8fc32523227860.tar.xz
Added non-animated gradient mode
Diffstat (limited to 'quantum/rgblight.h')
-rw-r--r--quantum/rgblight.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/quantum/rgblight.h b/quantum/rgblight.h
index a63b24604..2b3e791bf 100644
--- a/quantum/rgblight.h
+++ b/quantum/rgblight.h
@@ -2,7 +2,7 @@
#define RGBLIGHT_H
#ifdef RGBLIGHT_ANIMATIONS
- #define RGBLIGHT_MODES 24
+ #define RGBLIGHT_MODES 34
#else
#define RGBLIGHT_MODES 1
#endif