mirror of
https://github.com/qmk/qmk_firmware
synced 2024-11-19 11:46:08 +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
|