]> git.friedersdorff.com Git - max/tmk_keyboard.git/blobdiff - keyboard/onekey/Makefile
core: Clean up code of Locking key support
[max/tmk_keyboard.git] / keyboard / onekey / Makefile
index 54a2d486fdff81d5a160d456c9b4f4fc2b0946fe..bc89fffb01f2326ae442a9731bb139dcb4acf676 100644 (file)
 TARGET = onekey_lufa
 
 # Directory common source filess exist
-TMK_DIR = ../..
+TMK_DIR = ../../tmk_core
 
 # Directory keyboard dependent files exist
 TARGET_DIR = .
 
 # project specific files
 SRC =  keymap.c \
-       matrix.c \
+       onekey.c \
        led.c
 
 CONFIG_H = config.h
@@ -114,7 +114,7 @@ OPT_DEFS += -DBOOTLOADER_SIZE=4096
 CONSOLE_ENABLE = yes   # Console for debug(+400)
 #COMMAND_ENABLE = yes    # Commands for debug and configuration
 #SLEEP_LED_ENABLE = yes  # Breathing sleep LED during USB suspend
-#NKRO_ENABLE = yes     # USB Nkey Rollover - not yet supported in LUFA
+#NKRO_ENABLE = yes     # USB Nkey Rollover
 
 #PS2_MOUSE_ENABLE = yes  # PS/2 mouse(TrackPoint) support
 #PS2_USE_BUSYWAIT = yes # uses primitive reference code