]> git.donarmstrong.com Git - qmk_firmware.git/blobdiff - keyboards/converter/usb_usb/rules.mk
remove unused variables from makefile
[qmk_firmware.git] / keyboards / converter / usb_usb / rules.mk
index 2d1f284b96a17e3601dd276da4972e06adab3067..2ae908fec79945c5eb8bdd23af11078b5fa8a07a 100644 (file)
 #----------------------------------------------------------------------------
 
 # Target file name (without extension).
-TARGET ?= usb_usb
+TARGET ?= usb_usb
 
-TMK_DIR ?= ../../tmk_core
+TMK_DIR ?= ../../tmk_core
 
 # Directory keyboard dependent files exist
-TARGET_DIR ?= .
+TARGET_DIR ?= .
 
 # MCU name
 MCU ?= atmega32u4
@@ -92,7 +92,8 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
 #
 #MOUSEKEY_ENABLE ?= yes        # Mouse keys
 EXTRAKEY_ENABLE ?= yes # Media control and System control
-CONSOLE_ENABLE ?= yes  # Console for debug
+# CONSOLE_ENABLE ?= yes        # Console for debug
+CONSOLE_ENABLE ?= no   # Console for debug
 #COMMAND_ENABLE ?= yes    # Commands for debug and configuration
 #NKRO_ENABLE ?= yes    # USB Nkey Rollover
 
@@ -108,6 +109,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 #OPT_DEFS += -DNO_ACTION_LAYER
 #OPT_DEFS += -DNO_ACTION_MACRO
 
+CUSTOM_MATRIX = yes
+
 SRC = matrix.cpp
 
 #
@@ -143,7 +146,7 @@ SRC = matrix.cpp
 
 
 
-include $(TMK_DIR)/protocol/usb_hid.mk
-include $(TMK_DIR)/protocol/lufa.mk
+include $(TMK_DIR)/protocol/usb_hid.mk
+include $(TMK_DIR)/protocol/lufa.mk
 # include $(TMK_DIR)/common.mk
 # include $(TMK_DIR)/rules.mk