rules.mk 1015 B

12345678910111213141516171819202122
  1. # MCU name
  2. MCU = atmega32u4
  3. BOOTMAGIC_ENABLE = no # Virtual DIP switch configuration
  4. MOUSEKEY_ENABLE = no # Mouse keys
  5. EXTRAKEY_ENABLE = yes # Audio control and System control
  6. CONSOLE_ENABLE = yes # Console for debug
  7. COMMAND_ENABLE = no # Commands for debug and configuration
  8. NKRO_ENABLE = no # Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  9. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  10. MIDI_ENABLE = no # MIDI controls
  11. AUDIO_ENABLE = no # Audio output on port C6
  12. UNICODE_ENABLE = no # Unicode
  13. BLUETOOTH_ENABLE = no # Enable Bluetooth with the Adafruit EZ-Key HID
  14. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  15. # Do not enable SLEEP_LED_ENABLE. it uses the same timer as BACKLIGHT_ENABLE
  16. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  17. SPLIT_KEYBOARD = yes
  18. DEFAULT_FOLDER = keebio/quefrency/rev1
  19. LTO_ENABLE = yes