[Bug] Fix issue with Repeat Key-Combo test (#21005)
This commit is contained in:
parent
6a7ba7a29d
commit
d7220da5cb
3 changed files with 9 additions and 7 deletions
8
tests/repeat_key/repeat_key_combo/test_combos.c
Normal file
8
tests/repeat_key/repeat_key_combo/test_combos.c
Normal file
|
@ -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)};
|
Loading…
Add table
Add a link
Reference in a new issue