]> git.donarmstrong.com Git - tmk_firmware.git/commitdiff
fix up makefile for new build
authorDon Armstrong <don@donarmstrong.com>
Sun, 19 Jul 2015 23:12:24 +0000 (16:12 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sun, 19 Jul 2015 23:12:24 +0000 (16:12 -0700)
keyboard/ergodox/Makefile.lufa

index 42cf5478354206f3b8e978d560e4dce88a0fdd23..c0e96ec10d2b70df76352d4135118964f60e761c 100644 (file)
@@ -42,7 +42,7 @@
 TARGET = ergodox_lufa
 
 # Directory common source filess exist
-TOP_DIR = ../..
+TMK_DIR =  ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
@@ -107,20 +107,20 @@ MOUSEKEY_ENABLE = yes     # Mouse keys(+5000)
 EXTRAKEY_ENABLE = yes  # Audio control and System control(+600)
 CONSOLE_ENABLE = yes    # Console for debug
 COMMAND_ENABLE = yes    # Commands for debug and configuration
-SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
-NKRO_ENABLE = no               # USB Nkey Rollover (+500)
+SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
+# NKRO_ENABLE = no             # USB Nkey Rollover (+500)
 #PS2_MOUSE_ENABLE = yes        # PS/2 mouse(TrackPoint) support
 INVERT_NUMLOCK = yes   # invert state of NumLock led
 
 
 # Search Path
 VPATH += $(TARGET_DIR)
-VPATH += $(TOP_DIR)
+VPATH += $(TMK_DIR)
 
-include $(TOP_DIR)/protocol.mk
-include $(TOP_DIR)/protocol/lufa.mk
-include $(TOP_DIR)/common.mk
-include $(TOP_DIR)/rules.mk
+# include $(TMK_DIR)/protocol.mk
+include $(TMK_DIR)/protocol/lufa.mk
+include $(TMK_DIR)/common.mk
+include $(TMK_DIR)/rules.mk
 
 dvorak: OPT_DEFS += -DKEYMAP_DVORAK
 dvorak: all