diff options
author | Drashna Jaelre <drashna@live.com> | 2021-08-20 21:14:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-20 21:14:23 -0700 |
commit | da1c011afc67dab0049b30a4c021dc38a36cb9aa (patch) | |
tree | 8d4f3a4c46113c6a2dc5aed8fb79f2eca4bae51c /keyboards/ploopyco | |
parent | 3452c89c8b5e652ff957123151ca0bbdfcbf3927 (diff) |
Improve pmw3360 sensor and make it more hardware agnostic (#14097)
Diffstat (limited to 'keyboards/ploopyco')
-rw-r--r-- | keyboards/ploopyco/mouse/config.h | 3 | ||||
-rw-r--r-- | keyboards/ploopyco/trackball/config.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/ploopyco/mouse/config.h b/keyboards/ploopyco/mouse/config.h index db1c7d0020..4f2103e31c 100644 --- a/keyboards/ploopyco/mouse/config.h +++ b/keyboards/ploopyco/mouse/config.h @@ -81,3 +81,6 @@ #define RGBLIGHT_EFFECT_RAINBOW_SWIRL // #define DEBUG_LED_PIN F7 + +/* PMW3360 Settings */ +#define PMW3360_CS_PIN B0 diff --git a/keyboards/ploopyco/trackball/config.h b/keyboards/ploopyco/trackball/config.h index 43f3f5b3cc..ccbb89d5f9 100644 --- a/keyboards/ploopyco/trackball/config.h +++ b/keyboards/ploopyco/trackball/config.h @@ -57,3 +57,6 @@ // If board has a debug LED, you can enable it by defining this // #define DEBUG_LED_PIN F7 + +/* PMW3360 Settings */ +#define PMW3360_CS_PIN B0 |