blob: e28e398cc885476204dadac1bd52db1f08a098ef (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
LAYOUTS = numpad_6x4
|