Reworked backlight keycodes. (#18961)
Co-authored-by: Ryan <fauxpark@gmail.com>
This commit is contained in:
parent
352beeac2f
commit
219afaba42
707 changed files with 989 additions and 958 deletions
|
@ -31,8 +31,8 @@ enum custom_keycodes {
|
|||
#define KC_CTRA LCTL(KC_A)
|
||||
#define KC_CTRE LCTL(KC_E)
|
||||
#define KC_BLTG BL_TOGG
|
||||
#define KC_BLUP BL_INC
|
||||
#define KC_BLDN BL_DEC
|
||||
#define KC_BLUP BL_UP
|
||||
#define KC_BLDN BL_DOWN
|
||||
#define KC_BLBR BL_BRTG
|
||||
|
||||
#ifdef RGBLIGHT_ENABLE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue