lower oled brightness

This commit is contained in:
Marius Alwan Meyer 2023-06-03 00:25:07 +02:00
parent 9f35cdd35c
commit 064b30923b

View File

@ -29,6 +29,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define TAPPING_TERM 100
#ifdef OLED_ENABLE
#define OLED_BRIGHTNESS 100
#define OLED_BRIGHTNESS 1
#define OLED_TIMEOUT 900000 // 15 minutes
#endif