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.

21 lines
699 B

  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. EXTRAKEY_ENABLE = yes # Audio control and System control
  8. CONSOLE_ENABLE = no # Console for debug
  9. COMMAND_ENABLE = no # Commands for debug and configuration
  10. NKRO_ENABLE = no # Enable N-Key Rollover
  11. BACKLIGHT_ENABLE = no # Enable keyboard backlight functionality
  12. RGBLIGHT_ENABLE = no # Enable keyboard RGB underglow
  13. AUDIO_ENABLE = no # Audio output
  14. POINTING_DEVICE_ENABLE = yes
  15. POINTING_DEVICE_DRIVER = pmw3360
  16. MOUSEKEY_ENABLE = yes # Mouse keys
  17. ANALOG_DRIVER_REQUIRED = yes
  18. SRC += opt_encoder.c