LTT just did a video on this topic. Basically, unless you want to be all anal and micro-manage your device, it doesn't matter that much.
https://youtu.be/AF2O4l1JprI
In which case we need to know how PC and the Geminian devs are setting it up.
You need a rooted gemini to see this:
Planet:/data/data/com.termux/files/home # ls /sys/devices/platform/battery
ADC_Channel_0_Offset ADC_Channel_12_Slope ADC_Channel_3_Offset ADC_Channel_6_Slope ADC_Channel_Is_Calibration Power_Off_Voltage power_supply
ADC_Channel_0_Slope ADC_Channel_13_Offset ADC_Channel_3_Slope ADC_Channel_7_Offset ADC_Charger_Voltage Power_On_Voltage subsystem
ADC_Channel_10_Offset ADC_Channel_13_Slope ADC_Channel_4_Offset ADC_Channel_7_Slope Charger_TopOff_Value Pump_Express uevent
ADC_Channel_10_Slope ADC_Channel_1_Offset ADC_Channel_4_Slope ADC_Channel_8_Offset Charger_Type driver
ADC_Channel_11_Offset ADC_Channel_1_Slope ADC_Channel_5_Offset ADC_Channel_8_Slope Charging_CallState driver_override
ADC_Channel_11_Slope ADC_Channel_2_Offset ADC_Channel_5_Slope ADC_Channel_9_Offset FG_Battery_CurrentConsumption modalias
ADC_Channel_12_Offset ADC_Channel_2_Slope ADC_Channel_6_Offset ADC_Channel_9_Slope FG_SW_CoulombCounter power
Planet:/data/data/com.termux/files/home # ls /sys/devices/platform/battery/power_supply/battery
BatteryAverageCurrent ChargerVoltage InstatVolt TemperatureR batt_temp capacity device power present_smb status_smb technology uevent
BatterySenseVoltage ISenseVoltage TempBattVoltage adjust_power batt_vol capacity_smb health present status subsystem type
BatteryAverageCurrent is sane mA when charging at 5v but when charging at 9v (ChargerVoltage) it goes negative while capacity continues to increase by percentage points so I think some math needs to be patched. This also confirms PE+ which is a shame since the two successors are PD compatible.
PE+ is a handshake to raise or lower voltage. It seems to me that you could turn the PE+ signals into PD in order to allow usbc charging as 5 and 9v are also used there 12v could be Buck converted from 15v.. Nobody would mass produce one though, PE+ is just not widely enough used.