|
|
@ -38,9 +38,12 @@ F_CPU = 16000000
|
|
|
|
|
|
|
|
|
|
|
|
# Build Options
|
|
|
|
# Build Options
|
|
|
|
# comment out to disable the options.
|
|
|
|
# comment out to disable the options.
|
|
|
|
|
|
|
|
#
|
|
|
|
|
|
|
|
BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
#PS2_MOUSE_ENABLE = yes # PS/2 mouse(TrackPoint) support
|
|
|
|
|
|
|
|
EXTRAKEY_ENABLE = yes # Audio control and System control
|
|
|
|
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
|
|
|
|
NKRO_ENABLE = yes # USB Nkey Rollover
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -51,8 +54,8 @@ PROGRAM_CMD = teensy_loader_cli -mmcu=$(MCU) -w -v $(TARGET).hex
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# Search Path
|
|
|
|
# Search Path
|
|
|
|
VPATH = $(TARGET_DIR)
|
|
|
|
VPATH += $(TARGET_DIR)
|
|
|
|
VPATH = $(TOP_DIR)
|
|
|
|
VPATH += $(TOP_DIR)
|
|
|
|
|
|
|
|
|
|
|
|
include $(TOP_DIR)/protocol/pjrc.mk
|
|
|
|
include $(TOP_DIR)/protocol/pjrc.mk
|
|
|
|
include $(TOP_DIR)/common.mk
|
|
|
|
include $(TOP_DIR)/common.mk
|
|
|
|