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.

15 lines
537 B

  1. # Build Options
  2. # change yes to no to disable
  3. #
  4. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  5. MOUSEKEY_ENABLE = no # 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. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  10. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  11. # custom matrix setup
  12. CUSTOM_MATRIX = lite
  13. SRC += matrix.c
  14. I2C_DRIVER_REQUIRED = yes