Skip to content

Commit

Permalink
small changes following Jack's advice.
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzGuenat authored and jackhumbert committed Aug 16, 2017
1 parent d7d20e2 commit f4cdc91
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions keyboards/converter/usb_usb/rules.mk
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#----------------------------------------------------------------------------

# Target file name (without extension).
TARGET ?= usb_usb
# TARGET ?= usb_usb

TMK_DIR ?= ../../tmk_core

Expand Down Expand Up @@ -108,6 +108,8 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
#OPT_DEFS += -DNO_ACTION_LAYER
#OPT_DEFS += -DNO_ACTION_MACRO

CUSTOM_MATRIX=yes

SRC = matrix.cpp

#
Expand Down Expand Up @@ -143,7 +145,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

0 comments on commit f4cdc91

Please sign in to comment.