Cleanup rules.mk for USB64 and USB128 keyboards (#6769)
This commit is contained in:
@@ -7,12 +7,11 @@
|
||||
LFK_REV = C
|
||||
|
||||
ifeq ($(LFK_REV), A)
|
||||
MCU = at90usb1286
|
||||
OPT_DEFS += -DBOOTLOADER_SIZE=8192
|
||||
MCU = at90usb1286
|
||||
else
|
||||
MCU = at90usb646
|
||||
OPT_DEFS += -DBOOTLOADER_SIZE=4096
|
||||
MCU = at90usb646
|
||||
endif
|
||||
BOOTLOADER = atmel-dfu
|
||||
OPT_DEFS += -DLFK_TKL_REV_$(LFK_REV)
|
||||
|
||||
# Extra source files for IS3731 lighting
|
||||
|
Reference in New Issue
Block a user