From acbc87c3a4f142be115763ccec5854a6b2f47939 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 27 Jan 2021 02:35:43 +0000 Subject: [PATCH] fix(nibble): add additional note about enabling oled --- app/boards/shields/nibble/README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/app/boards/shields/nibble/README.md b/app/boards/shields/nibble/README.md index 42646f97..97d180c1 100644 --- a/app/boards/shields/nibble/README.md +++ b/app/boards/shields/nibble/README.md @@ -27,3 +27,11 @@ If using an OLED screen, you'll need to change the following in your local nibbl ``` 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"; +} +```