]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/phantom/keymaps/rgbmod/keymap.c
Remove redundant KC_TRNS and KC_NO fillers in remaining keymaps (#5154)
[qmk_firmware.git] / keyboards / phantom / keymaps / rgbmod / keymap.c
index 372590772f5ac04a29b165b76be0b5469a7c4a25..e3a6792394dcda285e518c36e2da1589a2e3fcf3 100644 (file)
@@ -15,9 +15,6 @@
  */
 #include QMK_KEYBOARD_H
 
-// 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