]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
Updated OLED Docs with notes about screen timeout. (#6276)
authorXScorpion2 <rcalt2vt@gmail.com>
Mon, 8 Jul 2019 13:28:31 +0000 (08:28 -0500)
committerMechMerlin <30334081+mechmerlin@users.noreply.github.com>
Mon, 8 Jul 2019 13:28:31 +0000 (06:28 -0700)
* Updated OLED Docs with notes about screen timeout.

* Update docs/feature_oled_driver.md

Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
docs/feature_oled_driver.md

index 155dfa9d29298834e79ebee35bfecf7e86f23914..503e4382885e7c9adf14a7b1261e7ada832d8a37 100644 (file)
@@ -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