diff options
author | fauxpark <fauxpark@gmail.com> | 2019-02-17 06:36:02 +0100 |
---|---|---|
committer | MechMerlin <30334081+mechmerlin@users.noreply.github.com> | 2019-02-17 06:36:02 +0100 |
commit | e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1 (patch) | |
tree | 9ec5630a5a2380d4bbc7a264636e2066e7f4d29b /keyboards/mxss | |
parent | 338ca3569ac5b76f55b0664cf9d6eef11211b6b2 (diff) | |
download | qmk_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/mxss')
-rw-r--r-- | keyboards/mxss/templates/keymap.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/mxss/templates/keymap.c b/keyboards/mxss/templates/keymap.c index 86a0f231d..13dbb7206 100644 --- a/keyboards/mxss/templates/keymap.c +++ b/keyboards/mxss/templates/keymap.c @@ -16,9 +16,6 @@ #include QMK_KEYBOARD_H #include "mxss_frontled.h" -// Helpful defines -#define _______ KC_TRNS - // Predefined colors for layers // Format: {hue, saturation} // {0, 0} to turn off the LED @@ -39,4 +36,4 @@ enum custom_keycodes { const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { __KEYMAP_GOES_HERE__ -};
\ No newline at end of file +}; |