Merge remote-tracking branch 'origin/master' into develop

This commit is contained in:
QMK Bot 2021-11-02 06:19:36 +00:00
commit 464d67c68f

View file

@ -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 |