rules.mk 114 B

1234
  1. # Only enable RGB on avr boards
  2. ifndef MCU_FAMILY
  3. RGBLIGHT_ENABLE = yes # Enable RGB Underglow
  4. endif