Hi again!
It seems that the DOUT pins of the matrix get mirrored somehow.
In my Midibox FM i connected
LED column 1 SR 3 Pin 4
LED column 2 SR 3 Pin 5
LED column 3 SR 3 Pin 6
LED column 4 SR 3 Pin 7
LED column 5 SR 2 Pin 0
LED column 6 SR 2 Pin 1
LED row 1 SR 2 Pin 5
LED row 2 SR 2 Pin 4
LED row 3 SR 2 Pin 3
LED row 4 SR 2 Pin 2
but in cs_menu_io_tables.inc i have to define it:
DIO_M_TABLE
;; --> DIN <-- pins of the 6 column select buttons
;; Col1 SR/Pin, Col2 SR/Pin, Col3 SR/Pin, Col4 SR/Pin, Col5 SR/Pin, Col6 SR/Pin
DIO_M_COL_ENTRY 3, 6, 3, 5, 3, 4, 3, 0, 3, 1, 3, 2
;; --> DOUT <-- pins of the 6 LED columns
;; Col1 SR/Pin, Col2 SR/Pin, Col3 SR/Pin, Col4 SR/Pin, Col5 SR/Pin, Col6 SR/Pin
DIO_M_COL_ENTRY 3, 3, 3, 2, 3, 1, 3, 0, 2, 7, 2, 6
;; --> 1*DIN/4*DOUT <-- pins of the 4 row select buttons
;; DIN SR/Pin, Row1 SR/Pin, Row2 SR/Pin, Row3 SR/Pin, Row4 SR/Pin
DIO_M_ROW_ENTRY 3, 3, 2, 2, 2, 3, 2, 4, 2, 5