1
0
Fork 0

Remove redundant KC_TRNS and KC_NO fillers in layouts (#5142)

This commit is contained in:
fauxpark 2019-02-17 03:11:15 +11:00 committed by MechMerlin
parent 3309e91e0b
commit bbd4b5eb88
17 changed files with 1 additions and 58 deletions

View file

@ -24,10 +24,6 @@ enum custom_keycodes {
ADJUST,
};
// Fillers to make layering more clear
#define _______ KC_TRNS
#define XXXXXXX KC_NO
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Qwerty
@ -211,4 +207,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
break;
}
return true;
}
}