Hi. Thanks Thorsten for your great site ! ! ! How there are recomended ,read, read , but any way I have some questions. I have self-maded Pic based core, DIN Module, DOUT Module pcboards, some detented encoders from Alps , buttons, LCD 2*16 , 8 pots connected on J5 without mux . 1. Connecting datawheel encoder as recomended to SR#1 pins 4 and 5, made some changes in setup_...asm file (for datawheel put "1" instead of "-1"), compiling, uploading . See noncorrect Datawheel function, output module leds switching on off, too, when turn knob . It's looks like don't correct defined encoder. In mios_tables.inc changing detent to detent2 without any success,too. When made similar changes in MIDIbox64e setup_...asm for conecting datawheel and second encoder as for low cost solution, result was given correct and both encoders works fine without any flashing leds. 2. Have another question from the source file : ; For MIDI activity monitor: define the DOUT pins for the Rx and Tx LED #define DEFAULT_MIDI_MONITOR_ENABLED 1 ; if 1, the Tx/Rx LEDs are enabled #define DEFAULT_MIDI_RX_LED 0x40 ; DOUT SR#9, pin D0 #define DEFAULT_MIDI_TX_LED 0x41 ; DOUT SR#9, pin D1 If I want used only 1*DOUT Module with SR#1-4, where can find address table for and custom define the DOUT pins for the Rx and Tx LED? Thanks.