Hello, I have a question before starting the soldering process, can you confirm me the diode is correctly oriented ?

Thank you !

  • Morphit
    link
    fedilink
    arrow-up
    9
    ·
    7 months ago

    While true, you would have to change the firmware to swap column and row polarity if you reverse all the diodes e.g. #define DIODE_DIRECTION ROW2COL in QMK. Conventionally, QMK assumes rows are on the cathode side of the diodes and drives the columns high. ROW2COL reverses that so that the rows are driven high and columns scanned instead.

    It’s best to stick to the convention so you avoid surprises.