2
0

rules.mk 270 B

1234567891011121314
  1. SRC = TWIlib.c issi.c lighting.c
  2. MCU = atmega32u4
  3. OPT_DEFS += -DBOOTLOADER_SIZE=4096
  4. F_CPU = 16000000
  5. F_USB = $(F_CPU)
  6. ARCH = AVR8
  7. # Interrupt driven control endpoint task(+60)
  8. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  9. ifndef QUANTUM_DIR
  10. include ../../Makefile
  11. endif