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

@ -7,11 +7,6 @@ extern keymap_config_t keymap_config;
// Layer names don't all need to be of the same length, obviously, and you can also skip them
// entirely and just use numbers.
// Fillers to make layering more clear
#define _______ KC_TRNS
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
LAYOUT_protosplit(
KC_ESC, KC_F1, KC_F2, KC_F3, KC_F4, KC_F5, KC_F6, KC_F7, KC_F8, KC_F9, KC_F10, KC_F11, KC_F12, KC_INS, KC_HOME, KC_PGUP,