1
0
Fork 0

Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)

This commit is contained in:
fauxpark 2019-02-18 02:38:46 +11:00 committed by MechMerlin
parent 8911870b45
commit 3b2a484a5b
258 changed files with 31 additions and 823 deletions

View file

@ -22,10 +22,6 @@ enum custom_keycodes {
ADJUST
};
// Fillers to make layering more clear
#define _______ KC_TRNS
#define XXXXXXX KC_NO
// Defines for task manager and such
#define CALTDEL LCTL(LALT(KC_DEL))
#define TSKMGR LCTL(LSFT(KC_ESC))
@ -167,4 +163,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
break;
}
return true;
}
}