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.

37 lines
1.2 KiB

  1. # MCU name
  2. MCU = STM32F303
  3. BOARD = QMK_PROTON_C
  4. # Bootloader selection
  5. BOOTLOADER = stm32-dfu
  6. # Do not put the microcontroller into power saving mode
  7. # when we get USB suspend event. We want it to keep updating
  8. # backlight effects.
  9. OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
  10. # Build Options
  11. # change yes to no to disable
  12. #
  13. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  14. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  15. MOUSEKEY_ENABLE = yes # Mouse keys
  16. EXTRAKEY_ENABLE = yes # Audio control and System control
  17. CONSOLE_ENABLE = no # Console for debug
  18. COMMAND_ENABLE = no # Commands for debug and configuration
  19. NKRO_ENABLE = yes # Enable N-Key Rollover
  20. AUDIO_ENABLE = no # Audio output
  21. NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
  22. RGBLIGHT_ENABLE = yes # Underglow RGB
  23. WS2812_DRIVER = pwm # Underglow RGB Driver
  24. CIE1931_CURVE = yes
  25. LAYOUTS = 68_ansi
  26. # project specific files
  27. SRC += keyboards/wilba_tech/wt_main.c \
  28. keyboards/wilba_tech/wt_rgb_backlight.c \
  29. drivers/led/issi/is31fl3733.c \
  30. quantum/color.c
  31. QUANTUM_LIB_SRC += i2c_master.c