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.

36 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. # comment out to disable the options.
  12. #
  13. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  14. BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
  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. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. NKRO_ENABLE = yes # USB Nkey Rollover
  21. AUDIO_ENABLE = no # Audio output on port C6
  22. NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
  23. CIE1931_CURVE = yes
  24. LAYOUTS = 60_iso
  25. # project specific files
  26. SRC = keyboards/wilba_tech/wt_main.c \
  27. keyboards/wilba_tech/wt_rgb_backlight.c \
  28. drivers/issi/is31fl3733.c \
  29. quantum/color.c \
  30. drivers/chibios/i2c_master.c