|
|
@ -27,7 +27,7 @@
|
|
|
|
# make flip-ee = Download the eeprom file to the device, using Atmel FLIP
|
|
|
|
# make flip-ee = Download the eeprom file to the device, using Atmel FLIP
|
|
|
|
# (must have Atmel FLIP installed).
|
|
|
|
# (must have Atmel FLIP installed).
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# make debug = Start either simulavr or avarice as specified for debugging,
|
|
|
|
# make debug = Start either simulavr or avarice as specified for debugging,
|
|
|
|
# with avr-gdb or avr-insight as the front end for debugging.
|
|
|
|
# with avr-gdb or avr-insight as the front end for debugging.
|
|
|
|
#
|
|
|
|
#
|
|
|
|
# make filename.s = Just compile filename.c into the assembler code only.
|
|
|
|
# make filename.s = Just compile filename.c into the assembler code only.
|
|
|
@ -93,6 +93,7 @@ OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
MOUSEKEY_ENABLE = yes # Mouse keys
|
|
|
|
EXTRAKEY_ENABLE = yes # Media control and System control
|
|
|
|
EXTRAKEY_ENABLE = yes # Media control and System control
|
|
|
|
CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
# Boot Section Size in bytes
|
|
|
|
# Boot Section Size in bytes
|
|
|
@ -101,7 +102,11 @@ CONSOLE_ENABLE = yes # Console for debug
|
|
|
|
# LUFA bootloader 4096
|
|
|
|
# LUFA bootloader 4096
|
|
|
|
OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|
|
|
OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#LDFLAGS += -Wl,--relax
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#OPT_DEFS += -DNO_ACTION_TAPPING
|
|
|
|
|
|
|
|
#OPT_DEFS += -DNO_ACTION_LAYER
|
|
|
|
|
|
|
|
#OPT_DEFS += -DNO_ACTION_MACRO
|
|
|
|
|
|
|
|
|
|
|
|
SRC = \
|
|
|
|
SRC = \
|
|
|
|
keymap_common.c \
|
|
|
|
keymap_common.c \
|
|
|
|