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) | |
| download | qmk_firmware-657323a2069ed821907a5ab1435b11c8438e3d78.tar.gz qmk_firmware-657323a2069ed821907a5ab1435b11c8438e3d78.zip | |
[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 49a3f0b3e..908bd801c 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 | |||
| 18 | 18 | ||
| 19 | ## Usage | 19 | ## Usage |
| 20 | 20 | ||
| 21 | 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`: | 21 | 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`: |
| 22 | 22 | ||
| 23 | ```make | 23 | ```make |
| 24 | OLED_ENABLE = yes | 24 | OLED_ENABLE = yes |
