~ruther/qmk_firmware

ref: 9c1662f8f9f28d185ccf0ce1dee084934c896367 qmk_firmware/tests/repeat_key/repeat_key_combo/test_combos.c -rw-r--r-- 305 bytes
9c1662f8 — Joel Challis Migrate build target markers to keyboard.json - TUV (#23514) 1 year, 28 days 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