mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
6 lines
165 B
C
6 lines
165 B
C
|
#if __has_include("../qmk_secrets/autocorrection_data.h")
|
||
|
# include "../qmk_secrets/autocorrection_data.h"
|
||
|
#else
|
||
|
# include "autocorrect_data_default.h"
|
||
|
#endif
|