rules.mk 543 B

12345678910111213141516171819202122
  1. # MCU name
  2. MCU = atmega32a
  3. # Bootloader
  4. # This definition is optional, and if your keyboard supports multiple bootloaders of
  5. # different sizes, comment this out, and the correct address will be loaded
  6. # automatically (+60). See bootloader.mk for all options.
  7. BOOTLOADER = bootloadHID
  8. # build options
  9. BOOTMAGIC_ENABLE = no
  10. MOUSEKEY_ENABLE = no
  11. EXTRAKEY_ENABLE = yes
  12. CONSOLE_ENABLE = yes
  13. COMMAND_ENABLE = yes
  14. BACKLIGHT_ENABLE = no
  15. RGBLIGHT_ENABLE = yes
  16. RGBLIGHT_CUSTOM_DRIVER = yes
  17. OPT_DEFS = -DDEBUG_LEVEL=0
  18. SRC += i2c_master.c