rules.mk 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # project specific files
  2. SRC = drivers/issi/is31fl3736.c \
  3. drivers/avr/i2c_master.c \
  4. quantum/color.c \
  5. keyboards/wilba_tech/wt_mono_backlight.c \
  6. keyboards/wilba_tech/wt_main.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. # 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. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  27. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  28. # if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  29. NKRO_ENABLE = yes # USB Nkey Rollover
  30. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality on B7 by default
  31. MIDI_ENABLE = no # MIDI support (+2400 to 4200, depending on config)
  32. UNICODE_ENABLE = no # Unicode
  33. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  34. AUDIO_ENABLE = no # Audio output on port C6
  35. FAUXCLICKY_ENABLE = no # Use buzzer to emulate clicky switches