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,8 +22,6 @@ extern keymap_config_t keymap_config;
#define _GAME 1
#define _RAISE 2
#define _______ KC_TRNS
#define SHIFT_MOD MOD_BIT(KC_LSFT)
#define SPACE_RAISE LT(_RAISE, KC_SPC)
#define ENT_RAISE LT(_RAISE, KC_ENT)
@ -209,4 +207,4 @@ const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
_______, _______, _______, _______, _______, _______, BL_BRTG, KC_MUTE, _______, _______, KC_MPRV, KC_MNXT, KC_MPLY, _______,
_______, _______, _______, _______, _______, _______, BL_TOGG, _______, _______, _______, _______, _______, _______, _______, _______, _______),
};
};