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.

28 lines
1.2 KiB

  1. #----------------------------------------------------------------------------
  2. # On command line:
  3. #
  4. # make = Make software.
  5. #
  6. # make clean = Clean out built project files.
  7. #
  8. # That's pretty much all you need. To compile, always go make clean,
  9. # followed by make.
  10. #
  11. # For advanced users only:
  12. # make teensy = Download the hex file to the device, using teensy_loader_cli.
  13. # (must have teensy_loader_cli installed).
  14. #
  15. #----------------------------------------------------------------------------
  16. # Build Options
  17. # comment out to disable the options.
  18. #
  19. BOOTMAGIC_ENABLE ?= no # Virtual DIP switch configuration(+1000)
  20. MOUSEKEY_ENABLE ?= yes # Mouse keys(+4700)
  21. EXTRAKEY_ENABLE ?= yes # Audio control and System control(+450)
  22. CONSOLE_ENABLE ?= no # Console for debug(+400)
  23. COMMAND_ENABLE ?= yes # Commands for debug and configuration
  24. CUSTOM_MATRIX ?= yes # Custom matrix file for the ErgoDox EZ
  25. SLEEP_LED_ENABLE ?= yes # Breathing sleep LED during USB suspend
  26. NKRO_ENABLE ?= yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  27. UNICODE_ENABLE ?= yes # Unicode
  28. ONEHAND_ENABLE ?= yes # Allow swapping hands of keyboard