diff options
Diffstat (limited to 'keyboards/lfkeyboards/lfkpad/rules.mk')
-rw-r--r-- | keyboards/lfkeyboards/lfkpad/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/lfkeyboards/lfkpad/rules.mk b/keyboards/lfkeyboards/lfkpad/rules.mk new file mode 100644 index 0000000000..0b865537ef --- /dev/null +++ b/keyboards/lfkeyboards/lfkpad/rules.mk @@ -0,0 +1,14 @@ +SRC = TWIlib.c issi.c lighting.c + +MCU = atmega32u4 +OPT_DEFS += -DBOOTLOADER_SIZE=4096 + +F_CPU = 16000000 +F_USB = $(F_CPU) +ARCH = AVR8 + +# Interrupt driven control endpoint task(+60) +OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT +ifndef QUANTUM_DIR + include ../../Makefile +endif |