~ruther/qmk_firmware

ref: 0fcd13f55225c4545d828e1898c219ef3cae578f qmk_firmware/tests/repeat_key/repeat_key_combo/test_combos.c -rw-r--r-- 305 bytes
0fcd13f5 — Nick Brassel [CLI] Remove duplicates from search results (#22528) 1 year, 5 months ago
                                                                                
1
2
3
4
5
6
7
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)};
Do not follow this link