diff options
| author | Nick Brassel | 2024-07-06 01:57:54 +0200 |
|---|---|---|
| committer | GitHub | 2024-07-06 01:57:54 +0200 |
| commit | 4ae0ca5a11c475ee49bbce13d29edbf9bd6fc636 (patch) | |
| tree | 3db17c17257f9079a9dbf847041e4af255e89fbf /tests/tap_dance/test.mk | |
| parent | b9e67347f1db160a5d1bd718ab0713a407014e43 (diff) | |
Tap dance introspection (#24049)
Diffstat (limited to 'tests/tap_dance/test.mk')
| -rw-r--r-- | tests/tap_dance/test.mk | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/tap_dance/test.mk b/tests/tap_dance/test.mk index 041d9b4dc9..0e727da9e8 100644 --- a/tests/tap_dance/test.mk +++ b/tests/tap_dance/test.mk @@ -18,5 +18,4 @@ # -------------------------------------------------------------------------------- TAP_DANCE_ENABLE = yes - -SRC += examples.c +INTROSPECTION_KEYMAP_C = examples.c |