Add files via upload

This commit is contained in:
smathev 2025-10-06 15:16:28 +02:00 committed by GitHub
parent 41ee8332d1
commit 885b3154f2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
15 changed files with 2044 additions and 0 deletions

28
users/smathev/combos.h Normal file
View file

@ -0,0 +1,28 @@
#pragma once
#include QMK_KEYBOARD_H
// Explicit extern declaration for introspection system with correct size
extern combo_t key_combos[COMBO_COUNT];
enum combo_events {
UNDO,
ENT,
TAB,
CUT,
COPY,
PASTE,
DEL,
BCKSP,
CTTB,
ESC,
SVFILE,
SRCH,
CTCL,
CANCEL,
CTROP,
FFIVE,
RESET_KEYBOARD
};
extern combo_t key_combos[];