]> git.donarmstrong.com Git - tmk_firmware.git/blobdiff - keyboard/ergodox/Makefile.pjrc
Include $(TOP_DIR)/protocol.mk
[tmk_firmware.git] / keyboard / ergodox / Makefile.pjrc
index e36cbc6b5e3e349520dd691f98255e0061a2439a..9a6da5777fecdea5f8111f72cf274b29e1fd5e5b 100644 (file)
@@ -87,7 +87,7 @@ 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 = yes      # USB Nkey Rollover(+500)
+NKRO_ENABLE = yes              # USB Nkey Rollover (+500)
 #PS2_MOUSE_ENABLE = yes        # PS/2 mouse(TrackPoint) support
 INVERT_NUMLOCK = yes   # invert state of NumLock led
 
@@ -96,6 +96,7 @@ INVERT_NUMLOCK = yes  # invert state of NumLock led
 VPATH += $(TARGET_DIR)
 VPATH += $(TOP_DIR)
 
+include $(TOP_DIR)/protocol.mk
 include $(TOP_DIR)/protocol/pjrc.mk
 include $(TOP_DIR)/common.mk
 include $(TOP_DIR)/rules.mk