rules.mk 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. # project specific files
  2. SRC = keyboards/wilba_tech/wt_main.c \
  3. keyboards/wilba_tech/wt_rgb_backlight.c \
  4. quantum/color.c \
  5. drivers/issi/is31fl3731.c \
  6. drivers/avr/i2c_master.c
  7. # MCU name
  8. MCU = atmega32u4
  9. # Bootloader selection
  10. # Teensy halfkay
  11. # Pro Micro caterina
  12. # Atmel DFU atmel-dfu
  13. # LUFA DFU lufa-dfu
  14. # QMK DFU qmk-dfu
  15. # ATmega32A bootloadHID
  16. # ATmega328P USBasp
  17. BOOTLOADER = atmel-dfu
  18. # Do not put the microcontroller into power saving mode
  19. # when we get USB suspend event. We want it to keep updating
  20. # backlight effects.
  21. OPT_DEFS += -DNO_SUSPEND_POWER_DOWN
  22. # Build Options
  23. # change to "no" to disable the options, or define them in the Makefile in
  24. # the appropriate keymap folder that will get included automatically
  25. #
  26. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  27. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  28. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  29. CONSOLE_ENABLE = no # Console for debug(+400)
  30. COMMAND_ENABLE = no # Commands for debug and configuration
  31. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  32. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  33. MIDI_ENABLE = no # MIDI controls
  34. AUDIO_ENABLE = no # Audio output on port C6
  35. UNICODE_ENABLE = no # Unicode
  36. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  37. RGBLIGHT_ENABLE = no # Enable WS2812 RGB underlight.
  38. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  39. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  40. RAW_ENABLE = yes
  41. DYNAMIC_KEYMAP_ENABLE = yes
  42. CIE1931_CURVE = yes