summaryrefslogtreecommitdiffstats
path: root/keyboards/christmas_tree
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/christmas_tree
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/christmas_tree')
-rw-r--r--keyboards/christmas_tree/keymaps/default/keymap.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/keyboards/christmas_tree/keymaps/default/keymap.c b/keyboards/christmas_tree/keymaps/default/keymap.c
index 7880fd625..662120199 100644
--- a/keyboards/christmas_tree/keymaps/default/keymap.c
+++ b/keyboards/christmas_tree/keymaps/default/keymap.c
@@ -28,8 +28,6 @@ enum custom_keycodes {
BACKLIT
};
-#define _______ KC_TRNS
-
const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = {
/* Base
@@ -82,4 +80,4 @@ bool process_record_user(uint16_t keycode, keyrecord_t *record) {
break;
}
return true;
-} \ No newline at end of file
+}