zmk/app/boards/shields/nice_view_adapter
yuki b26058b6c7
feat(boards): Update for mikoto board definition (#1946)
* Set default revision to 5.20
* update mikoto board defs
* add revision info to mikoto.zmk.yml
* use zephyr aliases to handle mikoto_520
* enable pull-ups for on-board i2c
2024-12-05 02:02:58 -05:00
..
boards feat(boards): Update for mikoto board definition (#1946) 2024-12-05 02:02:58 -05:00
Kconfig.defconfig
Kconfig.shield refactor: Replace tabs with spaces 2023-04-24 16:07:04 -07:00
README.md refactor: Add more checks to pre-commit 2023-04-24 16:07:04 -07:00
nice_view_adapter.conf
nice_view_adapter.overlay
nice_view_adapter.zmk.yml

README.md

nice!view Adapter

This shield is used as an adapter between the nice!view and existing shields/boards that expose an I2C OLED header.

To use this shield, you should add this shield to your list of shields before nice_view.

The nice!view will use the SDA/SCL pins of the OLED, and then the adapter expects a final pin to be "bodged" from your microcontroller to the nice!view CS pin. This adapter assumes that the CS pin bodged is the &pro_micro 1 pin or "D1", which is the top left pin when looking at the front of the board. If you can't use this pin, you'll need to override the cs-gpios for the &nice_view_spi bus (in your zmk-config keymap for example) or you will want to define your own &nice_view_spi bus without using this adapter.

west build -b nice_nano_v2 -- -DSHIELD="lily58_left nice_view_adapter nice_view"