Add files via upload
This commit is contained in:
parent
41ee8332d1
commit
885b3154f2
15 changed files with 2044 additions and 0 deletions
28
users/smathev/combos.h
Normal file
28
users/smathev/combos.h
Normal 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[];
|
||||
Loading…
Add table
Add a link
Reference in a new issue