rules.mk 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637
  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. BOOTMAGIC_ENABLE = lite # Enable Bootmagic Lite
  14. MOUSEKEY_ENABLE = yes # Mouse keys
  15. EXTRAKEY_ENABLE = yes # Audio control and System control
  16. CONSOLE_ENABLE = no # Console for debug
  17. COMMAND_ENABLE = no # Commands for debug and configuration
  18. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  19. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  20. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  21. NKRO_ENABLE = yes # USB Nkey Rollover
  22. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  23. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  24. BLUETOOTH_ENABLE = no # Enable Bluetooth
  25. AUDIO_ENABLE = no # Audio output
  26. CIE1931_CURVE = yes
  27. # project specific files
  28. SRC = keyboards/wilba_tech/wt_main.c \
  29. keyboards/wilba_tech/wt_rgb_backlight.c \
  30. drivers/led/issi/is31fl3733.c \
  31. quantum/color.c \
  32. i2c_master.c