Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)
This commit is contained in:
@@ -9,11 +9,6 @@
|
||||
|
||||
#include QMK_KEYBOARD_H
|
||||
|
||||
|
||||
// Helpful defines
|
||||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
|
||||
/*
|
||||
* Each layer gets a name for readability.
|
||||
* The underscores don't mean anything - you can
|
||||
|
@@ -10,12 +10,6 @@
|
||||
#define _CONTROL 2 // Control layer
|
||||
#define _CN _CONTROL
|
||||
|
||||
// KEYCODES
|
||||
#define _______ KC_TRNS
|
||||
#define XXXXXXX KC_NO
|
||||
|
||||
#define MO_FN MO(1)
|
||||
#define MO_FN MO(1)
|
||||
#define MO_FN MO(1)
|
||||
|
||||
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
|
||||
|
Reference in New Issue
Block a user