From d7220da5cb775f4da139aea141bdd1880eab060a Mon Sep 17 00:00:00 2001 From: Drashna Jaelre Date: Sat, 20 May 2023 13:22:46 -0700 Subject: [Bug] Fix issue with Repeat Key-Combo test (#21005) --- tests/repeat_key/repeat_key_combo/test_combos.c | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/repeat_key/repeat_key_combo/test_combos.c (limited to 'tests/repeat_key/repeat_key_combo/test_combos.c') diff --git a/tests/repeat_key/repeat_key_combo/test_combos.c b/tests/repeat_key/repeat_key_combo/test_combos.c new file mode 100644 index 0000000000..86de89e193 --- /dev/null +++ b/tests/repeat_key/repeat_key_combo/test_combos.c @@ -0,0 +1,8 @@ +// Copyright 2023 Stefan Kerkmann (@KarlK90) +// Copyright 2023 @filterpaper +// Copyright 2023 Nick Brassel (@tzarc) +// SPDX-License-Identifier: GPL-2.0-or-later +#include "quantum.h" + +const uint16_t xy_combo[] PROGMEM = {KC_X, KC_Y, COMBO_END}; +combo_t key_combos[] = {COMBO(xy_combo, KC_Q)}; -- cgit v1.2.3