fix(nibble): add additional note about enabling oled

This commit is contained in:
KemoNine 2021-01-27 02:35:43 +00:00
parent 3ee56b5230
commit acbc87c3a4

View file

@ -27,3 +27,11 @@ If using an OLED screen, you'll need to change the following in your local nibbl
``` ```
CONFIG_ZMK_DISPLAY=y CONFIG_ZMK_DISPLAY=y
``` ```
You'll also need to add the following to your keymap to ensure the OLED device is activated by the firmware.
```
&pro_micro_i2c {
status = "okay";
}
```