rules.mk 238 B

123456789101112131415
  1. # MCU name
  2. MCU = atmega32u4
  3. # Processor frequency
  4. F_CPU = 8000000
  5. # Bootloader selection
  6. BOOTLOADER = caterina
  7. # Build Options
  8. # change yes to no to disable
  9. #
  10. BLUETOOTH_ENABLE = yes
  11. BLUETOOTH_DRIVER = BluefruitLE
  12. CONSOLE_ENABLE = no