summaryrefslogtreecommitdiffstats
path: root/users/dshields/dshields.h
diff options
context:
space:
mode:
Diffstat (limited to 'users/dshields/dshields.h')
-rw-r--r--users/dshields/dshields.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/users/dshields/dshields.h b/users/dshields/dshields.h
index a65ccfea00..d8f76e8c00 100644
--- a/users/dshields/dshields.h
+++ b/users/dshields/dshields.h
@@ -21,20 +21,27 @@
// mod-tap keys
#define MT_SPC SFT_T(KC_SPC)
+// LED/RGB controls
#ifdef KEYBOARD_planck_light
#define LGT_TOG RGB_TOG
#define LGT_MOD RGB_MOD
#define LGT_BRT _______
+ #define LGT_INC RGB_HUI
+ #define LGT_DEC RGB_HUD
#endif
#ifdef KEYBOARD_planck_rev3
#define LGT_TOG BL_TOGG
#define LGT_MOD BL_STEP
#define LGT_BRT BL_BRTG
+ #define LGT_INC BL_INC
+ #define LGT_DEC BL_DEC
#endif
#ifdef KEYBOARD_planck_rev6
#define LGT_TOG _______
#define LGT_MOD _______
#define LGT_BRT _______
+ #define LGT_INC _______
+ #define LGT_DEC _______
#endif
enum layers { DEF, LWR, RSE, FUN };