I am working with a 4 NPN SMD chip, FFB2222A / FMB2222A / MMPQ2222A, and I want to make a symbol that has 4 separate NPN transistors to make it easier to visualize on the schematic. Each NPN transistor in the package has 2 pins for the collector, connected together as shown in this diagram from the datasheet.
pin 1 = C1
Here what I have so far for the symbol for the chip (ignore the resistors, just checking that all the pins are connected correctly on the pcb.)
You can modify your schematic symbol and use “pin stacking”. This is for example used in the CSD16301Q2 in KiCad’s default libraries. I don’t like pin stacking myself.
You can modify your schematic symbol and just draw the pins. Sometimes you see power mosfets with 3 or more source and drain pins on a schematic. The advantage of this is that you can find all pin numbers on the schematic if the PCB needs repair. (Edit: This is what gmc posted below).
You can modify the the footprint and rename some pads. If pads have the same pad number, KiCad assumes they all have to be connected, so if you renumber pad No 2 to 1, then you can simply draw a track between them.
Then you can make a four-part symbol with A,B,C,D sections for each transistor (and no power section). Look how it is done for dual or quad opamps, for example.
If you look at the screenshot in the opening post, you see it has already got a symbol with four units.
This “drawing a symbol” deviation surprises me a bit, because the only question here was about the pin numbering, and matching with a footprint.