diff options
author | Dasky <32983009+daskygit@users.noreply.github.com> | 2024-11-23 16:34:32 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-23 16:34:32 +0000 |
commit | 1f7d10902a7e603a47b9291664fcb9ab0b21f690 (patch) | |
tree | 55202d0ac9edd5bf977e5b0c95bdcf3b3f859c88 /tests/pointing/invertandrotate/config.h | |
parent | d189de24a0797ea32d00b652fe798f5315566ab3 (diff) |
Add pointing tests (#24513)
Diffstat (limited to 'tests/pointing/invertandrotate/config.h')
-rw-r--r-- | tests/pointing/invertandrotate/config.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/pointing/invertandrotate/config.h b/tests/pointing/invertandrotate/config.h new file mode 100644 index 0000000000..a3f3df7a54 --- /dev/null +++ b/tests/pointing/invertandrotate/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_ROTATION_90 |