rules.mk 401 B

12345678910
  1. # MCU name
  2. MCU = atmega32u4
  3. BOOTLOADER = atmel-dfu
  4. MOUSEKEY_ENABLE = yes # Mouse keys
  5. CONSOLE_ENABLE = no # Console for debug
  6. COMMAND_ENABLE = no # Commands for debug and configuration
  7. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  8. RGBLIGHT_ENABLE = yes # Enable keyboard RGB underglow
  9. UNICODEMAP_ENABLE = yes # Unicode
  10. TAP_DANCE_ENABLE = yes