2
0

rules.mk 566 B

123456789101112131415161718192021
  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 i2c_master.c
  8. # Hardware info
  9. MCU = atmega32u4
  10. F_CPU = 16000000
  11. ARCH = AVR8
  12. BOOTLOADER = atmel-dfu
  13. F_USB = $(F_CPU)
  14. CUSTOM_MATRIX = yes
  15. EXTRAKEY_ENABLE = yes
  16. CONSOLE_ENABLE = yes
  17. COMMAND_ENABLE = yes
  18. DEBOUNCE_TYPE = eager_pr