- added more clarity on which files have config to each rules.mk - enabled encoder on swoop again - removed rollow oled config/files because default is fine - added some keycodes back because I forgot not all keyboards have encoders - added common oled config
12 lines
No EOL
225 B
C
12 lines
No EOL
225 B
C
#pragma once
|
|
|
|
/*
|
|
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
|