12345678910111213141516171819 |
-
-
- #ifndef __CONFIG_H__
- #define __CONFIG_H__
-
- #define PMW_MOTION_PIN 20
-
- #define PMW_PRINT_IDS
- #define PMW_IRQ_COUNTERS
-
-
-
- #define INVERT_MOUSE_X_AXIS false
- #define INVERT_MOUSE_Y_AXIS true
- #define DEFAULT_MOUSE_SENSITIVITY PMW_CPI_TO_SENSE(500)
-
- #endif
|