Update keyboard tracking references
This commit is contained in:
parent
6de65dae06
commit
dfb7ce7f41
32 changed files with 79 additions and 79 deletions
|
|
@ -17,21 +17,21 @@
|
|||
#define MT_SPC SFT_T(KC_SPC)
|
||||
|
||||
// LED/RGB controls
|
||||
#ifdef KEYBOARD_planck_light
|
||||
#ifdef KEYBOARD_olkb_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
|
||||
#ifdef KEYBOARD_olkb_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
|
||||
#ifdef KEYBOARD_olkb_planck_rev6
|
||||
#define LGT_TOG _______
|
||||
#define LGT_MOD _______
|
||||
#define LGT_BRT _______
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue