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

@ -18,11 +18,6 @@
#pragma once
// These pins are not broken out, and cannot be used normally.
// They are set as output and pulled high, by default
#define UNUSABLE_PINS \
{ B4, D6, F1, F5, F6, F7 }
/* disable action features */
//#define NO_ACTION_LAYER
//#define NO_ACTION_TAPPING
@ -30,13 +25,7 @@
// #define DEBUG_LED_PIN F7
/* PMW33XX Settings */
#define PMW33XX_CS_PIN B0
#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 }