qmk_userspace/users/t4corun/config/oled_config.h
Victor c5cb76fab5
Big cleanup
- standardize the documentation in my config files
- Removed all the unused/unneeded feature .c/.h files (including RGBmatrix)
- now that I think I have my featureset set, I consolidated my rules.mk to
lessen the 'include if' commands
2024-04-24 19:26:46 -05:00

14 lines
No EOL
237 B
C

#pragma once
/* OLED
*
* https://docs.qmk.fm/#/feature_oled_driver
*
*/
//Clear variables we plan to use that might be set elsewhere
#undef OLED_TIMEOUT
//Set common configuration for all keyboards
#define OLED_TIMEOUT 60000 //1 min