rules.mk 1.2 KB

12345678910111213141516171819202122232425262728293031323334
  1. # MCU name
  2. MCU = STM32F303
  3. BOARD = QMK_PROTON_C
  4. # Do not put the microcontroller into power saving mode
  5. # when we get USB suspend event. We want it to keep updating
  6. # backlight effects.
  7. OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
  8. # Build Options
  9. # change yes to no to disable
  10. #
  11. BOOTMAGIC_ENABLE = lite # Virtual DIP switch configuration
  12. MOUSEKEY_ENABLE = yes # Mouse keys
  13. EXTRAKEY_ENABLE = yes # Audio control and System control
  14. CONSOLE_ENABLE = no # Console for debug
  15. COMMAND_ENABLE = no # Commands for debug and configuration
  16. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  17. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  18. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  19. NKRO_ENABLE = yes # USB Nkey Rollover
  20. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  21. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  22. BLUETOOTH_ENABLE = no # Enable Bluetooth
  23. AUDIO_ENABLE = no # Audio output
  24. CIE1931_CURVE = yes
  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