~ruther/qmk_firmware

464d67c68fd5083efc7f47f1817867c742c955fd — QMK Bot 3 years ago 76fb544 + 2761b17
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 5 insertions(+), 0 deletions(-)

M docs/feature_oled_driver.md
M docs/feature_oled_driver.md => docs/feature_oled_driver.md +5 -0
@@ 149,6 149,11 @@ bool 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                                                                                       |