rules.mk 463 B

12345678910111213141516171819202122232425
  1. # MCU name
  2. MCU = atmega32u4
  3. # Processor frequency.
  4. F_CPU = 16000000
  5. # Target architecture (see library "Board Types" documentation).
  6. ARCH = AVR8
  7. # Input clock frequency.
  8. F_USB = $(F_CPU)
  9. # Bootloader
  10. BOOTLOADER = qmk-dfu
  11. # Interrupt driven control endpoint task(+60)
  12. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  13. # Custom local font file
  14. OPT_DEFS += -DOLED_FONT_H=\"common/glcdfont.c\"
  15. SPLIT_KEYBOARD = yes
  16. ENCODER_ENABLE = yes
  17. DEFAULT_FOLDER = rgbkb/sol/rev2