diff options
Diffstat (limited to 'tests/combo/config.h')
-rw-r--r-- | tests/combo/config.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/combo/config.h b/tests/combo/config.h new file mode 100644 index 0000000000..8052932634 --- /dev/null +++ b/tests/combo/config.h @@ -0,0 +1,8 @@ +// Copyright 2023 Stefan Kerkmann (@KarlK90) +// SPDX-License-Identifier: GPL-2.0-or-later + +#pragma once + +#include "test_common.h" + +#define TAPPING_TERM 200 |