rules.mk 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. # MCU name
  2. MCU = STM32F303
  3. # Do not put the microcontroller into power saving mode
  4. # when we get USB suspend event. We want it to keep updating
  5. # backlight effects.
  6. OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
  7. # Build Options
  8. # comment out to disable the options.
  9. #
  10. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  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. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  17. NKRO_ENABLE = yes # USB Nkey Rollover
  18. AUDIO_ENABLE = no # Audio output on port C6
  19. NO_USB_STARTUP_CHECK = no # Disable initialization only when usb is plugged in
  20. #SERIAL_LINK_ENABLE = yes
  21. CIE1931_CURVE = yes
  22. # project specific files
  23. SRC = keyboards/wilba_tech/wt_main.c \
  24. keyboards/wilba_tech/wt_rgb_backlight.c \
  25. drivers/issi/is31fl3733.c \
  26. quantum/color.c \
  27. drivers/arm/i2c_master.c