rules.mk 749 B

12345678910111213141516171819
  1. # Processor frequency
  2. F_CPU = 8000000
  3. # Build Options
  4. # change yes to no to disable
  5. #
  6. BOOTMAGIC_ENABLE = yes # Enable Bootmagic Lite
  7. ENCODER_ENABLE = yes
  8. MOUSEKEY_ENABLE = no # Mouse keys
  9. EXTRAKEY_ENABLE = no # Audio control and System control
  10. CONSOLE_ENABLE = yes # Console for debug
  11. COMMAND_ENABLE = yes # Commands for debug and configuration
  12. NKRO_ENABLE = yes # Enable N-Key Rollover
  13. BACKLIGHT_ENABLE = no
  14. AUDIO_ENABLE = no # This can be enabled if a speaker is connected to the expansion port. Not compatible with RGBLIGHT below
  15. RGBLIGHT_ENABLE = no # This can be enabled if a ws2812 strip is connected to the expansion port.
  16. BLUETOOTH_ENABLE = yes
  17. BLUETOOTH_DRIVER = BluefruitLE