]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
remove duplicate #define
authorskullY <skullydazed@gmail.com>
Mon, 26 Feb 2018 01:41:43 +0000 (17:41 -0800)
committerskullY <skullydazed@gmail.com>
Mon, 26 Feb 2018 01:41:43 +0000 (17:41 -0800)
keyboards/clueboard/66/keymaps/skully/keymap.c

index c85d935d16d950bf6ce4510a1cfd7da452f9c308..7f34a8cbae6f2c14f9ac8511f46451561e222c2e 100644 (file)
@@ -4,9 +4,6 @@ enum custom_keycodes {
    M_SHRUG = SAFE_RANGE
 };
 
-// Helpful defines
-#define _______ KC_TRNS
-
 // Each layer gets a name for readability, which is then used in the keymap matrix below.
 // The underscores don't mean anything - you can have a layer called STUFF or any other name.
 // Layer names don't all need to be of the same length, obviously, and you can also skip them