rules.mk 874 B

1234567891011121314151617181920212223242526
  1. # MCU name
  2. MCU = atmega32u4
  3. # Bootloader selection
  4. BOOTLOADER = atmel-dfu
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = no # Mouse keys
  10. EXTRAKEY_ENABLE = yes # Audio control and System control
  11. CONSOLE_ENABLE = no # Console for debug
  12. COMMAND_ENABLE = no # Commands for debug and configuration
  13. NKRO_ENABLE = no # Enable N-Key Rollover
  14. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  15. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  16. AUDIO_ENABLE = yes # Audio output
  17. ENCODER_ENABLE = yes # ENables the use of one or more encoders
  18. OLED_ENABLE = yes
  19. OLED_DRIVER = SSD1306 # Enables the use of OLED displays
  20. HAPTIC_ENABLE = yes # Supported but not included by defaut
  21. HAPTIC_DRIVER = DRV2605L
  22. LTO_ENABLE = yes