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/repeat_key/test.mk | |
| parent | 88453acc6aa4c92fdcc90f706987114cc4b9a237 (diff) | |
Ignore the Layer Lock key in Repeat Key and Caps Word. (#25171)
Diffstat (limited to 'tests/repeat_key/test.mk')
| -rw-r--r-- | tests/repeat_key/test.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/repeat_key/test.mk b/tests/repeat_key/test.mk index aec8ff3bfb..186207ffc2 100644 --- a/tests/repeat_key/test.mk +++ b/tests/repeat_key/test.mk @@ -16,3 +16,4 @@ REPEAT_KEY_ENABLE = yes AUTO_SHIFT_ENABLE = yes +LAYER_LOCK_ENABLE = yes |