rules.mk 1.1 KB

123456789101112131415161718192021222324252627
  1. # MCU name
  2. MCU = atmega32u4
  3. # Build Options
  4. # change to "no" to disable the options, or define them in the Makefile in
  5. # the appropriate keymap folder that will get included automatically
  6. #
  7. AUDIO_ENABLE = yes # Audio output on port C6
  8. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  9. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  10. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  11. COMMAND_ENABLE = no # Commands for debug and configuration
  12. CONSOLE_ENABLE = no # Console for debug
  13. DEBUG_ENABLE = no # Enable more debug info
  14. EXTRAKEY_ENABLE = yes # Audio control and System control
  15. MOUSEKEY_ENABLE = no # Mouse keys
  16. NKRO_ENABLE = yes # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  17. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  18. UNICODE_ENABLE = no # Unicode
  19. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  20. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  21. LAYOUTS = ortho_4x12
  22. DEFAULT_FOLDER = vitamins_included/rev2
  23. LTO_ENABLE = yes