diff options
| author | Pascal Getreuer | 2025-04-19 20:57:00 +0200 |
|---|---|---|
| committer | GitHub | 2025-04-19 20:57:00 +0200 |
| commit | ea85ace4a90baca401e49f35365a6a8f7d3802c4 (patch) | |
| tree | 298d2c9e79e57d4664e5d30fde499ee215075669 /tests/caps_word/test.mk | |
| parent | 88453acc6aa4c92fdcc90f706987114cc4b9a237 (diff) | |
Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)
Diffstat (limited to 'tests/caps_word/test.mk')
| -rw-r--r-- | tests/caps_word/test.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/caps_word/test.mk b/tests/caps_word/test.mk index 2509b01858..6d5664aa05 100644 --- a/tests/caps_word/test.mk +++ b/tests/caps_word/test.mk @@ -15,5 +15,7 @@ CAPS_WORD_ENABLE = yes COMMAND_ENABLE = no +LAYER_LOCK_ENABLE = yes SPACE_CADET_ENABLE = yes +TRI_LAYER_ENABLE = yes |