No Description
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.

config.h 522B

1234567891011121314151617181920212223242526
  1. /*
  2. * config.h
  3. */
  4. #ifndef __CONFIG_H__
  5. #define __CONFIG_H__
  6. #define PMW_MOTION_PIN 20
  7. #define PMW_PRINT_IDS
  8. #define PMW_IRQ_COUNTERS
  9. //#define PMW_FEATURE_WIRELESS
  10. //#define DISABLE_CDC_DTR_CHECK
  11. #define INVERT_MOUSE_X_AXIS false
  12. #define INVERT_MOUSE_Y_AXIS true
  13. #define DEFAULT_MOUSE_SENSITIVITY PMW_CPI_TO_SENSE(500)
  14. #define INVERT_SCROLL_X_AXIS false
  15. #define INVERT_SCROLL_Y_AXIS false
  16. #define SCROLL_REDUCE_SENSITIVITY 10
  17. #define MIN_SCROLL_SUPPRESS_CLICK 10
  18. #define DEBOUNCE_DELAY_MS 5
  19. #endif // __CONFIG_H__