Remove KEYMAP and LAYOUT_kc (#12160)
* alias KEYMAP to LAYOUT * remove KEYMAP and LAYOUT_kc
This commit is contained in:
@ -18,8 +18,6 @@ enum custom_keycodes {
|
||||
#endif
|
||||
};
|
||||
|
||||
#define KC_ KC_TRNS
|
||||
|
||||
#define KC_ESCC MT(MOD_LCTL, KC_ESC)
|
||||
#define KC_ENTS MT(MOD_LSFT, KC_ENT)
|
||||
#define KC_LTGT LTGT // > or < with shift
|
||||
@ -47,4 +45,4 @@ enum custom_keycodes {
|
||||
#define KC_LVAI RGB_VAI
|
||||
#define KC_LVAD RGB_VAD
|
||||
#define KC_LMOD RGB_MOD
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user