summaryrefslogtreecommitdiff
path: root/keyboards/lfkeyboards/lfk87/rules.mk
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/lfkeyboards/lfk87/rules.mk')
-rw-r--r--keyboards/lfkeyboards/lfk87/rules.mk19
1 files changed, 3 insertions, 16 deletions
diff --git a/keyboards/lfkeyboards/lfk87/rules.mk b/keyboards/lfkeyboards/lfk87/rules.mk
index c10f473065..8e19706150 100644
--- a/keyboards/lfkeyboards/lfk87/rules.mk
+++ b/keyboards/lfkeyboards/lfk87/rules.mk
@@ -7,29 +7,16 @@
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
SRC = TWIlib.c issi.c lighting.c
-# Processor frequency.
-F_CPU = 16000000
-
-# Target architecture (see library "Board Types" documentation).
-ARCH = AVR8
-
-# Input clock frequency.
-F_USB = $(F_CPU)
-
-# Interrupt driven control endpoint task(+60)
-OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
-
LAYOUTS = tkl_ansi tkl_iso
# Build Options