From 657323a2069ed821907a5ab1435b11c8438e3d78 Mon Sep 17 00:00:00 2001 From: vsrivastava <46390109+vsrivastava3939@users.noreply.github.com> Date: Tue, 14 Sep 2021 21:12:37 -0700 Subject: [PATCH] [Docs] fixed incorrect amount of steps for oled usage (#13519) changed line 21 from saying "three steps" to "two steps" as there are only two steps Co-authored-by: feynmantf <46390109+feynmantf@users.noreply.github.com> --- docs/feature_oled_driver.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/feature_oled_driver.md b/docs/feature_oled_driver.md index 49a3f0b3e36..908bd801c44 100644 --- a/docs/feature_oled_driver.md +++ b/docs/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