rules.mk 413 B

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