rules.mk 610 B

1234567891011121314151617181920212223
  1. #----------------------------------------------------------------------------
  2. # make gergo:germ:dfu
  3. # Make sure you have dfu-programmer installed!
  4. # Do not edit this file! Make a copy of keymaps/default and modify that!
  5. #----------------------------------------------------------------------------
  6. # Source includes
  7. SRC += matrix.c
  8. QUANTUM_LIB_SRC += i2c_master.c
  9. # Hardware info
  10. MCU = atmega32u4
  11. F_CPU = 16000000
  12. ARCH = AVR8
  13. BOOTLOADER = atmel-dfu
  14. F_USB = $(F_CPU)
  15. CUSTOM_MATRIX = yes
  16. EXTRAKEY_ENABLE = yes
  17. CONSOLE_ENABLE = yes
  18. COMMAND_ENABLE = yes
  19. BOOTMAGIC_ENABLE = lite
  20. DEBOUNCE_TYPE = eager_pr