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
895 B

  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = yes # Mouse keys
  6. EXTRAKEY_ENABLE = yes # Audio control and System control
  7. CONSOLE_ENABLE = no # Console for debug
  8. COMMAND_ENABLE = no # Commands for debug and configuration
  9. NKRO_ENABLE = yes # Enable N-Key Rollover
  10. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  11. AUDIO_ENABLE = no # Audio output
  12. LTO_ENABLE = yes
  13. # RGB Matrix is required to support per-key LEDs connected to IS31FL3733.
  14. RGB_MATRIX_ENABLE = yes
  15. # The custom RGB Matrix driver combines IS31FL3733 and WS2812; things that are
  16. # normally done by common_features.mk for both of these drivers need to be done
  17. # here manually.
  18. COMMON_VPATH += $(DRIVER_PATH)/led/issi
  19. SRC += is31fl3733.c
  20. I2C_DRIVER_REQUIRED = yes
  21. WS2812_DRIVER_REQUIRED = yes