Profile Board USB Orientation

So after reading this The CONFIG_TOP section · profezzorn/ProffieOS Wiki · GitHub

I’m still not clear on which option to choose. I have a saber with a board oriented with the micro USB port pointing AWAY from the the blade. So which option below do I set in the config file:

#define ORIENTATION ORIENTATION_NORMAL
#define ORIENTATION ORIENTATION_FETS_TOWARDS_BLADE
#define ORIENTATION ORIENTATION_USB_TOWARDS_BLADE
#define ORIENTATION ORIENTATION_SDA_TOWARDS_BLADE
#define ORIENTATION ORIENTATION_SERIAL_TOWARDS_BLADE
#define ORIENTATION ORIENTATION_TOP_TOWARDS_BLADE
#define ORIENTATION ORIENTATION_BOTTOM_TOWARDS_BLADE

None, USB away from blade is the default (assumed) installation.

Perfect. that was my gut instinct considering the provided options but wanted to be sure.

Added a comment to the pod page for this topic to specify what ORIENTATION_NORMAL means.
(Note that the pod page is replacing the wiki page linked in the top post, the wiki page is no longer being updated.)

1 Like