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/handwired/tractyl_manuform | |
parent | 3452c89c8b5e652ff957123151ca0bbdfcbf3927 (diff) | |
download | qmk_firmware-da1c011afc67dab0049b30a4c021dc38a36cb9aa.tar.gz qmk_firmware-da1c011afc67dab0049b30a4c021dc38a36cb9aa.zip |
Improve pmw3360 sensor and make it more hardware agnostic (#14097)
Diffstat (limited to 'keyboards/handwired/tractyl_manuform')
-rw-r--r-- | keyboards/handwired/tractyl_manuform/4x6_right/config.h | 3 | ||||
-rw-r--r-- | keyboards/handwired/tractyl_manuform/5x6_right/config.h | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/keyboards/handwired/tractyl_manuform/4x6_right/config.h b/keyboards/handwired/tractyl_manuform/4x6_right/config.h index 2f29778f33..0d2f1ff5a5 100644 --- a/keyboards/handwired/tractyl_manuform/4x6_right/config.h +++ b/keyboards/handwired/tractyl_manuform/4x6_right/config.h @@ -89,3 +89,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SERIAL_USE_MULTI_TRANSACTION #define SPLIT_TRANSACTION_IDS_KB RPC_ID_STATE_SYNC, RPC_ID_SLAVE_STATE + +/* PMW3360 Settings */ +#define PMW3360_CS_PIN B0 diff --git a/keyboards/handwired/tractyl_manuform/5x6_right/config.h b/keyboards/handwired/tractyl_manuform/5x6_right/config.h index 260fa038e4..f8722c97f3 100644 --- a/keyboards/handwired/tractyl_manuform/5x6_right/config.h +++ b/keyboards/handwired/tractyl_manuform/5x6_right/config.h @@ -90,3 +90,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. #define SERIAL_USE_MULTI_TRANSACTION #define SPLIT_TRANSACTION_IDS_KB RPC_ID_STATE_SYNC, RPC_ID_SLAVE_STATE + +/* PMW3360 Settings */ +#define PMW3360_CS_PIN B0 |