rules.mk 748 B

1234567891011121314151617181920212223
  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. ENCODER_ENABLE := no
  18. OPTS_DEF += -DENCODER_ENABLE
  19. QUANTUM_LIB_SRC += analog.c
  20. SRC += opt_encoder.c