2
0

rules.mk 568 B

1234567891011121314151617181920
  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. POINTING_DEVICE_ENABLE = yes
  16. EXTRAKEY_ENABLE = yes
  17. CONSOLE_ENABLE = yes
  18. COMMAND_ENABLE = yes