]> git.donarmstrong.com Git - qmk_firmware.git/blob - keyboards/lfkeyboards/smk65/rules.mk
trigger api update
[qmk_firmware.git] / keyboards / lfkeyboards / smk65 / rules.mk
1 MCU = at90usb646
2 OPT_DEFS += -DBOOTLOADER_SIZE=4096
3
4 # Extra source files for IS3731 lighting
5 SRC = TWIlib.c issi.c lighting.c
6
7 # Processor frequency.
8 F_CPU = 16000000
9
10 # Target architecture (see library "Board Types" documentation).
11 ARCH = AVR8
12
13 # Input clock frequency.
14 F_USB = $(F_CPU)
15
16 # Interrupt driven control endpoint task(+60)
17 OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT