rules.mk 366 B

1234567891011121314151617181920
  1. BOOTLOADER = atmel-dfu
  2. OLED_ENABLE = yes
  3. OLED_DRIVER = SSD1306
  4. # These are turned off to save space
  5. COMMAND_ENABLE = no
  6. CONSOLE_ENABLE = no
  7. GRAVE_ESC_ENABLE = no
  8. MAGIC_ENABLE = no
  9. SPACE_CADET_ENABLE = no
  10. # I actually use these features
  11. ENCODER_ENABLE = yes
  12. ENCODER_MAP_ENABLE = yes
  13. EXTRAKEY_ENABLE = yes
  14. MOUSEKEY_ENABLE = yes
  15. # More space-saving
  16. LTO_ENABLE = yes