]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lfkeyboards/lfkpad/rules.mk
adds timeout to avr i2c
[qmk_firmware.git] / keyboards / lfkeyboards / lfkpad / rules.mk
1 SRC = TWIlib.c issi.c lighting.c
2
3 MCU = atmega32u4
4 OPT_DEFS += -DBOOTLOADER_SIZE=4096
5
6 F_CPU = 16000000
7 F_USB = $(F_CPU)
8 ARCH = AVR8
9
10 # Interrupt driven control endpoint task(+60)
11 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
12 ifndef QUANTUM_DIR
13         include ../../Makefile
14 endif