You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
607 B

  1. # Processor frequency
  2. F_CPU = 16000000
  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. ENCODER_ENABLE = yes