rules.mk 1018 B

1234567891011121314151617181920212223242526
  1. # MCU name
  2. MCU = atmega32u4
  3. # Processor frequency.
  4. F_CPU = 8000000
  5. # Bootloader
  6. BOOTLOADER = caterina
  7. # Build Options
  8. # comment out to disable the options.
  9. #
  10. BLUETOOTH = AdafruitBLE
  11. BOOTMAGIC_ENABLE = yes # Virtual DIP switch configuration(+1000)
  12. MOUSEKEY_ENABLE = no # Mouse keys(+4700)
  13. EXTRAKEY_ENABLE = no # Audio control and System control(+450)
  14. CONSOLE_ENABLE = yes # Console for debug(+400)
  15. COMMAND_ENABLE = yes # Commands for debug and configuration
  16. SLEEP_LED_ENABLE = no # Breathing sleep LED during USB suspend
  17. NKRO_ENABLE = yes # USB Nkey Rollover - if this doesn't work, see here: https://github.com/tmk/tmk_keyboard/wiki/FAQ#nkro-doesnt-work
  18. BACKLIGHT_ENABLE = no # Custom backlighting code is used, so this should not be enabled
  19. AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
  20. RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
  21. LAYOUTS = ortho_4x12 planck_mit