[User] Xulkal Keymaps Update (#6392)
* Xulkal changes Refactor rgb & encoder menu Hadron Keymap Refactor oled menu * Fixing horizontal OLED data display * Reverting changes to take to separate prs
This commit is contained in:
parent
a747953dfa
commit
20c0533c4c
20 changed files with 460 additions and 158 deletions
|
@ -9,6 +9,9 @@ enum custom_keycodes {
|
|||
TD_DEL,
|
||||
TD_DOT,
|
||||
TD_MAX,
|
||||
#endif
|
||||
#ifdef ENCODER_ENABLE
|
||||
RGB_ENC,
|
||||
#endif
|
||||
KEYMAP_SAFE_RANGE
|
||||
};
|
||||
|
@ -26,3 +29,12 @@ enum custom_keycodes {
|
|||
|
||||
#define LOWER MO(_LOWER)
|
||||
#define RAISE MO(_RAISE)
|
||||
|
||||
|
||||
#ifdef ENCODER_ENABLE
|
||||
#define KC_ENC1 RGB_ENC
|
||||
#define KC_ENC2 KC_MPLY
|
||||
#else
|
||||
#define KC_ENC1 RGB_RMOD
|
||||
#define KC_ENC2 RGB_MOD
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue