]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/nek_type_a/config.h
Remove unnecessary IS_COMMAND definitions from a couple of boards
[qmk_firmware.git] / keyboards / nek_type_a / config.h
index 5b105804ddb959e504cdc6d3d5b730afdcc5c9f1..98a954dd12a771cdc13880d2c20754d47f4ae763 100644 (file)
@@ -46,8 +46,3 @@ along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 /* Locking resynchronize hack */
 #define LOCKING_RESYNC_ENABLE
-
-/* key combination for magic key command */
-#define IS_COMMAND() ( \
-    keyboard_report->mods == (MOD_BIT(KC_LSHIFT) | MOD_BIT(KC_RSHIFT)) \
-)