rules.mk 463 B

12345678910111213141516171819202122
  1. # MCU name
  2. MCU = atmega328p
  3. # Bootloader selection
  4. BOOTLOADER = usbasploader
  5. # Build Options
  6. # change yes to no to disable
  7. #
  8. BOOTMAGIC_ENABLE = no # Enable Bootmagic Lite
  9. MOUSEKEY_ENABLE = yes
  10. EXTRAKEY_ENABLE = yes
  11. CONSOLE_ENABLE = no
  12. COMMAND_ENABLE = no
  13. NKRO_ENABLE = no # Enable N-Key Rollover
  14. BACKLIGHT_ENABLE = no
  15. RGBLIGHT_ENABLE = no
  16. AUDIO_ENABLE = no
  17. FAUXCLICKY_ENABLE = no
  18. LAYOUTS_HAS_RGB = no
  19. ENCODER_ENABLE = yes
  20. LEADER_ENABLE = yes