From e2d3c92199d6cc42a39c5d8729dfff61d78dd7d1 Mon Sep 17 00:00:00 2001 From: fauxpark Date: Sun, 17 Feb 2019 16:36:02 +1100 Subject: Remove redundant KC_TRNS and KC_NO fillers in default keymaps (#5152) --- keyboards/mxss/templates/keymap.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'keyboards/mxss') 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 +}; -- cgit v1.2.3-24-g4f1b