diff options
| author | Ryan | 2023-08-27 05:30:19 +0200 |
|---|---|---|
| committer | GitHub | 2023-08-27 05:30:19 +0200 |
| commit | 70e34e491c297231a3f987fd69760d38e79dbfa4 (patch) | |
| tree | a3fe26ea27c9d020142f4c248fa0bab5d32c1f9c /tests/unicode/config.h | |
| parent | 95681b8ff4a92aacd0249e124d34cf16e510175e (diff) | |
Unicode, Unicodemap and UCIS refactor (#21659)
Diffstat (limited to 'tests/unicode/config.h')
| -rw-r--r-- | tests/unicode/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/unicode/config.h b/tests/unicode/config.h new file mode 100644 index 0000000000..16f95f7f8d --- /dev/null +++ b/tests/unicode/config.h @@ -0,0 +1,8 @@ +// Copyright 2023 QMK +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "test_common.h" + +#define UNICODE_SELECTED_MODES UNICODE_MODE_LINUX, UNICODE_MODE_MACOS |