1
0
Fork 0

[Keyboard] Overhaul ploopyco devices (#22967)

This commit is contained in:
Drashna Jael're 2024-03-14 22:15:44 -07:00 committed by GitHub
parent 359cec14fa
commit 68e8d74188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
51 changed files with 355 additions and 1909 deletions

View file

@ -33,5 +33,10 @@
#define POINTING_DEVICE_ROTATION_270
#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 ENCODERS_PAD_A { F0 }
#define ENCODERS_PAD_B { F4 }