rules.mk 642 B

1234567891011121314151617181920212223
  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 sten.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. MOUSEKEY_ENABLE = no
  17. STENO_ENABLE = yes
  18. EXTRAKEY_ENABLE = yes
  19. CONSOLE_ENABLE = yes
  20. COMMAND_ENABLE = no
  21. NKRO_ENABLE = yes