[Keymap] Add new LED/RGB key codes (#7254)
This commit is contained in:
parent
a510e5212b
commit
511fa5f815
3 changed files with 10 additions and 3 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue