Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
This commit is contained in:
@@ -55,10 +55,6 @@ static uint16_t m_gui_unds_timer;
|
||||
static uint16_t m_sft_po_timer;
|
||||
static uint16_t m_sft_pc_timer;
|
||||
|
||||
// Fillers to make layering more clear
|
||||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
|
||||
// Narze : Custom Macros
|
||||
#define HPR_ESC ALL_T(KC_ESC)
|
||||
#define SFT_ENT SFT_T(KC_ENT)
|
||||
|
@@ -13,8 +13,6 @@
|
||||
#define SYMB 2 // symbol layer
|
||||
#define MDIA 3 // media keys
|
||||
|
||||
#define _______ KC_TRNS
|
||||
|
||||
enum custom_keycodes {
|
||||
PLACEHOLDER = SAFE_RANGE, // can always be here
|
||||
EPRM,
|
||||
@@ -272,4 +270,4 @@ void matrix_scan_user(void) {
|
||||
// none
|
||||
break;
|
||||
}
|
||||
};
|
||||
};
|
||||
|
Reference in New Issue
Block a user