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/cospad/keymaps/default/keymap.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'keyboards/cospad') diff --git a/keyboards/cospad/keymaps/default/keymap.c b/keyboards/cospad/keymaps/default/keymap.c index f066ad677..f782349b0 100644 --- a/keyboards/cospad/keymaps/default/keymap.c +++ b/keyboards/cospad/keymaps/default/keymap.c @@ -12,8 +12,6 @@ #define _BL 0 #define _FL 1 -#define _______ KC_TRNS - const uint16_t PROGMEM keymaps[][MATRIX_ROWS][MATRIX_COLS] = { /* Keymap _BL: (Base Layer) Default Layer * ,-------------------. -- cgit v1.2.3-24-g4f1b