Skip to content

Commit

Permalink
Updated OLED Docs with notes about screen timeout. (qmk#6276)
Browse files Browse the repository at this point in the history
* Updated OLED Docs with notes about screen timeout.

* Update docs/feature_oled_driver.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
  • Loading branch information
2 people authored and JeffreyPalmer committed Feb 27, 2020
1 parent 0b525b1 commit 17b0566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/feature_oled_driver.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Tested combinations:

Hardware configurations using ARM-based microcontrollers or different sizes of OLED modules may be compatible, but are untested.

!> Warning: This OLED Driver currently uses the new i2c_master driver from split common code. If your split keyboard uses i2c to communication between sides this driver could cause an address conflict (serial is fine). Please contact your keyboard vendor and ask them to migrate to the latest split common code to fix this.
!> Warning: This OLED Driver currently uses the new i2c_master driver from split common code. If your split keyboard uses I2C to communicate between sides, this driver could cause an address conflict (serial is fine). Please contact your keyboard vendor and ask them to migrate to the latest split common code to fix this. In addition, the display timeout system to reduce OLED burn-in also uses split common to detect keypresses, so you will need to implement custom timeout logic for non-split common keyboards.

## Usage

Expand Down

0 comments on commit 17b0566

Please sign in to comment.