You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

42 lines
1.5 KiB

  1. # Pro Micro or Elite-C
  2. # Automagically converted to Proton-C
  3. MCU = atmega32u4
  4. F_CPU = 16000000
  5. ARCH = AVR8
  6. F_USB = $(F_CPU)
  7. BOOTLOADER = dfu
  8. OPT_DEFS += -DINTERRUPT_CONTROL_ENDPOINT
  9. ifeq ($(strip $(CTPC)), yes)
  10. CONVERT_TO_PROTON_C=yes
  11. endif
  12. ifeq ($(strip $(CONVERT_TO_PROTON_C)), yes)
  13. SPLIT_KEYBOARD = no # currently unsupported on ARM
  14. RGBLIGHT_ENABLE = no # currently unsupported on ARM
  15. EXTRAFLAGS += -DUSE_PROTON_C
  16. else
  17. # Currently moved to Pro Micro only section because of lack of Proton-C support
  18. SPLIT_KEYBOARD = yes
  19. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  20. endif
  21. # Build Options
  22. # change to "no" to disable the options, or define them in the Makefile in
  23. # the appropriate keymap folder that will get included automatically
  24. #
  25. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration(+1000)
  26. MOUSEKEY_ENABLE = yes # Mouse keys(+4700)
  27. EXTRAKEY_ENABLE = yes # Audio control and System control(+450)
  28. CONSOLE_ENABLE = no # Console for debug(+400)
  29. COMMAND_ENABLE = yes # Commands for debug and configuration
  30. NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  31. MIDI_ENABLE = no # MIDI controls
  32. AUDIO_ENABLE = no # Audio output on port C6
  33. UNICODE_ENABLE = no # Unicode
  34. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  35. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  36. DEFAULT_FOLDER = zen/rev2