Encoder config

hi there where is my personal encoder configuration kept ?

It’s in the zynthian config file:

/zynthian/config/zynthian_envars.sh

There are a few variables related with the encoder configuration:

  • ZYNTHIAN_WIRING_LAYOUT=“MCP23017_ENCODERS”
  • ZYNTHIAN_WIRING_ENCODER_A=“”
  • ZYNTHIAN_WIRING_ENCODER_B=“”
  • ZYNTHIAN_WIRING_SWITCHES=“”

If the first one is specified, there is no need for specifying the rest, except you want to use a customized config. In this case, it’s recommended to specify “CUSTOM” as wiring layout.

Kind Regards,