rules.mk 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. # if firmware size over limit, try this option
  2. # CFLAGS += -flto
  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 = caterina
  14. # Use split_common libraries
  15. SPLIT_KEYBOARD = yes
  16. DEFAULT_FOLDER = uzu42/rev1
  17. # Build Options
  18. # change to "no" to disable the options, or define them in the Makefile in
  19. # the appropriate keymap folder that will get included automatically
  20. #
  21. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  22. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  23. EXTRAKEY_ENABLE = no # 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 = no # 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.
  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. OLED_DRIVER_ENABLE = no # OLED display