Skip to content

Commit

Permalink
change default DISPLAY_ROTATION to 0, which better suits pcb rev A0
Browse files Browse the repository at this point in the history
  • Loading branch information
delan committed May 6, 2023
1 parent a3858b3 commit f1f5705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#define DISPLAY_ROTATION 2 // 0|1|2|3 where 0 means GND pin is bottom left
#define DISPLAY_ROTATION 0 // 0|1|2|3 where 0 means GND pin is bottom left
#define SUNM_BAUD 9600 // 1200|2400|4800|9600 where higher is smoother and more responsive
// #define SUNM_VERBOSE // dump mouse tx for debugging
// #define UHID_VERBOSE // dump hid reports for debugging
Expand Down

0 comments on commit f1f5705

Please sign in to comment.