rules.mk 612 B

12345678910111213141516171819202122
  1. #----------------------------------------------------------------------------
  2. # make georgi:default: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. EXTRAFLAGS += -flto
  15. CUSTOM_MATRIX = yes
  16. STENO_ENABLE = yes
  17. EXTRAKEY_ENABLE = yes
  18. CONSOLE_ENABLE = no
  19. COMMAND_ENABLE = no
  20. NKRO_ENABLE = yes