rules.mk 604 B

1234567891011121314151617
  1. # MCU name
  2. MCU = atmega32u4
  3. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  4. MOUSEKEY_ENABLE = no # Mouse keys
  5. EXTRAKEY_ENABLE = yes # Audio control and System control
  6. CONSOLE_ENABLE = no # Console for debug
  7. COMMAND_ENABLE = no # Commands for debug and configuration
  8. NKRO_ENABLE = no # Enable N-Key Rollover
  9. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  10. AUDIO_ENABLE = no # Audio output
  11. RGBLIGHT_ENABLE = yes # Enable WS2812 RGB underlight.
  12. SPLIT_KEYBOARD = yes
  13. DEFAULT_FOLDER = keebio/quefrency/rev1
  14. LTO_ENABLE = yes