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/invertxy/config.h | |
| parent | d189de24a0797ea32d00b652fe798f5315566ab3 (diff) | |
Add pointing tests (#24513)
Diffstat (limited to 'tests/pointing/invertxy/config.h')
| -rw-r--r-- | tests/pointing/invertxy/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pointing/invertxy/config.h b/tests/pointing/invertxy/config.h new file mode 100644 index 0000000000..6b29185d37 --- /dev/null +++ b/tests/pointing/invertxy/config.h @@ -0,0 +1,9 @@ +// Copyright 2024 Dasky (@daskygit) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "test_common.h" + +#define POINTING_DEVICE_INVERT_X +#define POINTING_DEVICE_INVERT_Y |