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.

18 lines
592 B

  1. # MCU name
  2. MCU = atmega32a
  3. BOOTLOADER = bootloadHID
  4. # Build Options
  5. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  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. BACKLIGHT_ENABLE = yes # Enable keyboard backlight functionality
  11. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  12. WS2812_DRIVER = i2c
  13. # custom matrix setup
  14. CUSTOM_MATRIX = lite
  15. SRC = matrix.c
  16. QUANTUM_LIB_SRC += i2c_master.c