From fb121cc7a03302021f7c7127b0e6d64f1081b8ea Mon Sep 17 00:00:00 2001 From: drashna Date: Wed, 15 Sep 2021 04:20:53 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20657323a2069ed821907a5ab1435b11c8438e3d78=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- feature_oled_driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feature_oled_driver.md b/feature_oled_driver.md index 49a3f0b3e3..908bd801c4 100644 --- a/feature_oled_driver.md +++ b/feature_oled_driver.md @@ -18,7 +18,7 @@ Hardware configurations using Arm-based microcontrollers or different sizes of O ## Usage -To enable the OLED feature, there are three steps. First, when compiling your keyboard, you'll need to add the following to your `rules.mk`: +To enable the OLED feature, there are two steps. First, when compiling your keyboard, you'll need to add the following to your `rules.mk`: ```make OLED_ENABLE = yes