aboutsummaryrefslogtreecommitdiff
path: root/keyboards/iris/keymaps/drashna/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/iris/keymaps/drashna/config.h')
-rw-r--r--keyboards/iris/keymaps/drashna/config.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/keyboards/iris/keymaps/drashna/config.h b/keyboards/iris/keymaps/drashna/config.h
index bfdd0022b..d2c112923 100644
--- a/keyboards/iris/keymaps/drashna/config.h
+++ b/keyboards/iris/keymaps/drashna/config.h
@@ -33,7 +33,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
33 33
34#ifdef RGBLIGHT_ENABLE 34#ifdef RGBLIGHT_ENABLE
35#undef RGBLED_NUM 35#undef RGBLED_NUM
36#define RGBLED_NUM 16 // Number of LEDs 36#define RGBLED_NUM 18 // Number of LEDs
37#define RGBLIGHT_ANIMATIONS 37#define RGBLIGHT_ANIMATIONS
38#define RGBLIGHT_HUE_STEP 12 38#define RGBLIGHT_HUE_STEP 12
39#define RGBLIGHT_SAT_STEP 12 39#define RGBLIGHT_SAT_STEP 12
@@ -58,4 +58,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
58#define PRODUCT Drashna Hacked Iris Rev.2 58#define PRODUCT Drashna Hacked Iris Rev.2
59#endif 59#endif
60 60
61#define SHFT_LED1 6
62#define SHFT_LED2 11
63
64#define CTRL_LED1 7
65#define CTRL_LED2 10
66
67#define GUI_LED1 8
68#define GUI_LED2 9
69
61#endif 70#endif