Skip to content

Commit

Permalink
Clarify placement of configuration options (qmk#15015)
Browse files Browse the repository at this point in the history
Co-authored-by: filterpaper <filterpaper@localhost>
  • Loading branch information
2 people authored and plam4u committed Nov 14, 2021
1 parent ef65250 commit 4f02fa1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/feature_oled_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,11 @@ void oled_task_user(void) {

## Basic Configuration

These configuration options should be placed in `config.h`. Example:
```c
#define OLED_BRIGHTNESS 128
```
|Define |Default |Description |
|---------------------------|-----------------|--------------------------------------------------------------------------------------------------------------------------|
|`OLED_DISPLAY_ADDRESS` |`0x3C` |The i2c address of the OLED Display |
Expand Down

0 comments on commit 4f02fa1

Please sign in to comment.