aboutsummaryrefslogtreecommitdiff
path: root/keyboards/ploopyco/mouse/config.h
diff options
context:
space:
mode:
authorploopyco <54917504+ploopyco@users.noreply.github.com>2025-02-21 03:01:29 -0500
committerGitHub <noreply@github.com>2025-02-21 00:01:29 -0800
commit50967dbe7e5137f74365b9989e10f03e94d92926 (patch)
treebe0e5e81482f60a91616533b4c304a329a5b2135 /keyboards/ploopyco/mouse/config.h
parent2f27b3dc78ee41f2372477af129aaab934497d2f (diff)
Updates to Ploopy Classic, Mouse, and Thumb for RP2040 hardware upgrade (#24880)
Co-authored-by: Drashna Jaelre <drashna@live.com>
Diffstat (limited to 'keyboards/ploopyco/mouse/config.h')
-rw-r--r--keyboards/ploopyco/mouse/config.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/keyboards/ploopyco/mouse/config.h b/keyboards/ploopyco/mouse/config.h
index 0f8774dcd7..0645283880 100644
--- a/keyboards/ploopyco/mouse/config.h
+++ b/keyboards/ploopyco/mouse/config.h
@@ -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 }