diff options
author | vsrivastava <46390109+vsrivastava3939@users.noreply.github.com> | 2021-09-14 21:12:37 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-09-14 21:12:37 -0700 |
commit | 657323a2069ed821907a5ab1435b11c8438e3d78 (patch) | |
tree | 0f5b46a80aacd01df568d602c6f48b5537d5fb45 /docs | |
parent | 00c60c9410abae3315e70fe9a9c9febaf9a8e7a1 (diff) |
[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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/feature_oled_driver.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/feature_oled_driver.md b/docs/feature_oled_driver.md index 49a3f0b3e3..908bd801c4 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 |