diff options
| author | Nick Brassel | 2023-05-15 14:27:37 +0200 |
|---|---|---|
| committer | GitHub | 2023-05-15 14:27:37 +0200 |
| commit | 5faa23d54ca1e3ab83097f2a07922f48800616e6 (patch) | |
| tree | 6ed05e5492f3fc8dda210a75b897dd9d4ed8df38 /tests/combo/test.mk | |
| parent | 433dc6068603e61d466e755aedcea0be96664f95 (diff) | |
Keymap introspection for combos. (#19670)
Diffstat (limited to 'tests/combo/test.mk')
| -rw-r--r-- | tests/combo/test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/combo/test.mk b/tests/combo/test.mk index ce6f9fc2b0..4776b9d0c4 100644 --- a/tests/combo/test.mk +++ b/tests/combo/test.mk @@ -2,3 +2,5 @@ # SPDX-License-Identifier: GPL-2.0-or-later COMBO_ENABLE = yes + +INTROSPECTION_KEYMAP_C = test_combos.c |