mirror of
https://github.com/qmk/qmk_firmware.git
synced 2024-11-22 11:29:26 +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
|