~ruther/qmk_firmware

ref: 8f108d1bbcdc60434b149cea3adb99b626c01348 qmk_firmware/tests/repeat_key/repeat_key_combo/test_combos.c -rw-r--r-- 305 bytes
8f108d1b — Will Hedges [Keyboard] Upddate bioi/G60BLE to use bluetooth (#21120) 2 years 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)};