You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
733 B

  1. SRC += lib/logo.c
  2. # Build Options
  3. # change yes to no to disable
  4. #
  5. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  6. MOUSEKEY_ENABLE = no # Mouse keys
  7. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = no # Console for debug
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. NKRO_ENABLE = yes # Enable N-Key Rollover
  11. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  12. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  13. AUDIO_ENABLE = no # Audio output
  14. # Additional thing to reduce compiled size
  15. LTO_ENABLE = yes
  16. NO_USB_STARTUP_CHECK = yes
  17. # RGB Matrix enabled
  18. RGB_MATRIX_ENABLE = yes
  19. # OLED enabled
  20. OLED_ENABLE = yes