rules.mk 1.6 KB

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