summaryrefslogtreecommitdiffstats
path: root/keyboards/dichotomy
diff options
context:
space:
mode:
authorfauxpark <fauxpark@gmail.com>2019-02-17 06:36:02 +0100
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>2019-02-17 06:36:02 +0100
commite2d3c92199d6cc42a39c5d8729dfff61d78dd7d1 (patch)
tree9ec5630a5a2380d4bbc7a264636e2066e7f4d29b /keyboards/dichotomy
parent338ca3569ac5b76f55b0664cf9d6eef11211b6b2 (diff)
downloadqmk_firmware-e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1.tar.gz
qmk_firmware-e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1.tar.xz
Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152)
Diffstat (limited to 'keyboards/dichotomy')
-rwxr-xr-xkeyboards/dichotomy/keymaps/default/keymap.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/keyboards/dichotomy/keymaps/default/keymap.c b/keyboards/dichotomy/keymaps/default/keymap.c
index f3417a3fc..3f0341757 100755
--- a/keyboards/dichotomy/keymaps/default/keymap.c
+++ b/keyboards/dichotomy/keymaps/default/keymap.c
@@ -40,10 +40,6 @@ enum dichotomy_keycodes
#define GREEN_BRIGHTNESS 2
#define BLUE_BRIGHTNESS 2
-// Fillers to make layering more clear
-#define _______ KC_TRNS
-#define XXXXXXX KC_NO
-
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
[_BS] = LAYOUT( /* Base layout, nearly qwerty but with modifications because it's not a full keyboard. Obviously. */
CK_TE, KC_Q, KC_W, KC_E, KC_R, KC_T, KC_Y, KC_U, KC_I, KC_O, KC_P, KC_BSPC,