rules.mk 473 B

12345678910111213141516
  1. # MCU name
  2. MCU = at90usb646
  3. # Bootloader selection
  4. BOOTLOADER = atmel-dfu
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  9. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  10. RGBLIGHT_CUSTOM_DRIVER = yes # RGB code is implemented in lefkeyboards, not WS2812
  11. AUDIO_ENABLE = no # Audio output
  12. # Extra source files for IS3731 lighting
  13. SRC += TWIlib.c issi.c lighting.c