]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/hhkb_rn42/Makefile
Mkdir rn42
[tmk_firmware.git] / keyboard / hhkb_rn42 / Makefile
index 7b3b993b7047de8ac967f6db7b55c12f0aa13230..b46b777898d1ea0a8955b4382fe3b7e59d7ebfa1 100644 (file)
@@ -51,13 +51,12 @@ TARGET_DIR = .
 # List C source files here. (C dependencies are automatically generated.)
 SRC += keymap_common.c \
        matrix.c \
-       led.c \
-       main.c
+       led.c
 
 ifdef KEYMAP
     SRC := keymap_$(KEYMAP).c $(SRC)
 else
-    SRC := keymap_hhkb.c $(SRC)
+    SRC := keymap_hasu.c $(SRC)
 endif
 
 CONFIG_H = config.h
@@ -123,14 +122,16 @@ MOUSEKEY_ENABLE = yes             # Mouse keys
 EXTRAKEY_ENABLE = yes          # Audio control and System control
 CONSOLE_ENABLE = yes           # Console for debug
 COMMAND_ENABLE = yes           # Commands for debug and configuration
-NKRO_ENABLE = yes              # USB Nkey Rollover
-KEYMAP_SECTION_ENABLE = yes    # fixed address keymap for keymap editor
+#NKRO_ENABLE = yes             # USB Nkey Rollover
+#KEYMAP_SECTION_ENABLE = yes   # fixed address keymap for keymap editor
 
 
 # Search Path
 VPATH += $(TARGET_DIR)
 VPATH += $(TOP_DIR)
 
+include rn42.mk
+include $(TOP_DIR)/protocol.mk
 include $(TOP_DIR)/protocol/lufa.mk
 include $(TOP_DIR)/common.mk
 include $(TOP_DIR)/rules.mk