diff options
| author | Dasky | 2024-11-23 17:34:32 +0100 |
|---|---|---|
| committer | GitHub | 2024-11-23 17:34:32 +0100 |
| commit | 1f7d10902a7e603a47b9291664fcb9ab0b21f690 (patch) | |
| tree | 55202d0ac9edd5bf977e5b0c95bdcf3b3f859c88 /tests/pointing/test.mk | |
| parent | d189de24a0797ea32d00b652fe798f5315566ab3 (diff) | |
Add pointing tests (#24513)
Diffstat (limited to 'tests/pointing/test.mk')
| -rw-r--r-- | tests/pointing/test.mk | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/pointing/test.mk b/tests/pointing/test.mk new file mode 100644 index 0000000000..95fde21cb9 --- /dev/null +++ b/tests/pointing/test.mk @@ -0,0 +1,4 @@ +POINTING_DEVICE_ENABLE = yes +MOUSEKEY_ENABLE = no +POINTING_DEVICE_DRIVER = custom + |