Skip to content

Commit

Permalink
Review comments.
Browse files Browse the repository at this point in the history
  • Loading branch information
tzarc committed Feb 18, 2024
1 parent ab351c4 commit 6fc132e
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
3 changes: 3 additions & 0 deletions keyboards/ploopyco/mouse/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@

/* PMW33XX Settings */
#define PMW33XX_CS_PIN B0

/* Custom encoder needs to specify just how many encoders we have */
#define NUM_ENCODERS 1
3 changes: 3 additions & 0 deletions keyboards/ploopyco/trackball/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@
/* PMW33XX Settings */
#define PMW33XX_CS_PIN B0
#define POINTING_DEVICE_INVERT_Y

/* Custom encoder needs to specify just how many encoders we have */
#define NUM_ENCODERS 1
3 changes: 3 additions & 0 deletions keyboards/ploopyco/trackball_mini/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
#define ADNS5050_CS_PIN B4

#define POINTING_DEVICE_ROTATION_270

/* Custom encoder needs to specify just how many encoders we have */
#define NUM_ENCODERS 1
3 changes: 3 additions & 0 deletions keyboards/ploopyco/trackball_thumb/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,6 @@

/* PMW3360 Settings */
#define POINTING_DEVICE_CS_PIN B0

/* Custom encoder needs to specify just how many encoders we have */
#define NUM_ENCODERS 1
5 changes: 0 additions & 5 deletions keyboards/ploopyco/trackball_thumb/info.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@
"pointing_device": true,
"encoder": true
},
"encoder": {
"rotary": [
{"pin_a": "NO_PIN", "pin_b": "NO_PIN"}
]
},
"layouts": {
"LAYOUT": {
"layout": [
Expand Down

0 comments on commit 6fc132e

Please sign in to comment.