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.

16 lines
630 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. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  12. NO_USB_STARTUP_CHECK = yes
  13. QUANTUM_LIB_SRC += drivers/led/issi/is31fl3731.c
  14. WS2812_DRIVER_REQUIRED = yes
  15. I2C_DRIVER_REQUIRED = yes