Updates to Ploopy Classic, Mouse, and Thumb for RP2040 hardware upgrade (#24880)

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
ploopyco 2025-02-21 03:01:29 -05:00 committed by GitHub
parent 2f27b3dc78
commit 50967dbe7e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
38 changed files with 311 additions and 99 deletions

View file

@ -23,20 +23,11 @@
//#define NO_ACTION_TAPPING
//#define NO_ACTION_ONESHOT
/* PMW3360 settings */
#define ROTATIONAL_TRANSFORM_ANGLE 20
// If board has a debug LED, you can enable it by defining this
// #define DEBUG_LED_PIN F7
/* PMW33XX Settings */
#define PMW33XX_CS_PIN B0
#define POINTING_DEVICE_INVERT_Y
#define ENCODER_BUTTON_COL 1
#define ENCODER_BUTTON_ROW 0
/* Custom encoder needs to specify just how many encoders we have */
#define NUM_ENCODERS 1
#define ENCODER_A_PINS { F0 }
#define ENCODER_B_PINS { F4 }