rules.mk 700 B

1234567891011121314151617181920
  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. MOUSEKEY_ENABLE = yes # Mouse keys
  8. EXTRAKEY_ENABLE = yes # Audio control and System control
  9. CONSOLE_ENABLE = no # Console for debug
  10. COMMAND_ENABLE = no # Commands for debug and configuration
  11. NKRO_ENABLE = no # Enable N-Key Rollover
  12. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  13. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  14. AUDIO_ENABLE = no # Audio output
  15. BLUETOOTH_ENABLE = yes
  16. BLUETOOTH_DRIVER = BluefruitLE
  17. OLED_ENABLE = yes
  18. OLED_DRIVER = SSD1306
  19. ENCODER_ENABLE = yes