summaryrefslogtreecommitdiffstats
path: root/keyboards/converter
diff options
context:
space:
mode:
authorBalz Guenat <balz.guenat@gmail.com>2017-06-20 03:28:40 +0200
committerJack Humbert <jack.humb@gmail.com>2017-08-16 05:14:41 +0200
commit42f895a4bc232515d95d1fb93396ecd2c0032c0e (patch)
tree70548a2fc2344c952cea2315d23002442711f390 /keyboards/converter
parentf4cdc9117c7090134df0ab301050593134db8520 (diff)
downloadqmk_firmware-42f895a4bc232515d95d1fb93396ecd2c0032c0e.tar.gz
qmk_firmware-42f895a4bc232515d95d1fb93396ecd2c0032c0e.tar.xz
remove unused variables from makefile
Diffstat (limited to 'keyboards/converter')
-rw-r--r--keyboards/converter/usb_usb/rules.mk9
1 files changed, 5 insertions, 4 deletions
diff --git a/keyboards/converter/usb_usb/rules.mk b/keyboards/converter/usb_usb/rules.mk
index 138eee94c..2ae908fec 100644
--- a/keyboards/converter/usb_usb/rules.mk
+++ b/keyboards/converter/usb_usb/rules.mk
@@ -41,10 +41,10 @@
# Target file name (without extension).
# 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,7 +109,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
#OPT_DEFS += -DNO_ACTION_LAYER
#OPT_DEFS += -DNO_ACTION_MACRO
-CUSTOM_MATRIX=yes
+CUSTOM_MATRIX = yes
SRC = matrix.cpp