diff options
| author | Filios92 | 2024-09-06 08:27:20 +0200 |
|---|---|---|
| committer | GitHub | 2024-09-06 08:27:20 +0200 |
| commit | 0fd99096577a57453f070f2dd94baefa09e369a4 (patch) | |
| tree | 23c3a69568b02530f18475c608c5d2297a9d680f /tests/combo/combo_repress/test.mk | |
| parent | b5c807fb4a365e59052f99c8d7c9e0ef7dc2ce86 (diff) | |
Add combo key repress feature (#22858)
Co-authored-by: jack <jack@pngu.org>
Diffstat (limited to 'tests/combo/combo_repress/test.mk')
| -rw-r--r-- | tests/combo/combo_repress/test.mk | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/combo/combo_repress/test.mk b/tests/combo/combo_repress/test.mk new file mode 100644 index 0000000000..cc3f482f4b --- /dev/null +++ b/tests/combo/combo_repress/test.mk @@ -0,0 +1,6 @@ +# Copyright 2024 @Filios92 +# SPDX-License-Identifier: GPL-2.0-or-later + +COMBO_ENABLE = yes + +INTROSPECTION_KEYMAP_C = test_combos_repress.c |