- 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
14 lines
No EOL
237 B
C
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
|