RPi Zero 2 W with HyperPixel /dev/i2c-0 and /dev/i2c-1 missing?

Hi,

I have a Raspberry Pi Zero 2 W setup with a non-touch, rectangular HyperPixel and the display works fine so far! It’s a great piece of hardware.

However, I now want to use the i2c breakout at the back to connect a BME280.
The official “Getting Started Guide” mentions that I need to symlink /dev/i2c-0 to /dev/i2c-1, however these are missing. Instead, I have /dev/i2c-11 only?

I have i2c enabled in raspi-config and in /boot/config.txt, dtparam=i2c_arm=on is uncommented.

What am I not seeing here?

Thank.

I simply symlinked /dev/i2c-11 to /dev/i2c-1 and that did the trick:
sudo ln -s /dev/i2c-11 /dev/i2c-1