mirror of
https://github.com/Cian-H/qmk_firmware.git
synced 2025-12-23 14:41:58 +00:00
Keymap introspection for combos. (#19670)
This commit is contained in:
@@ -37,7 +37,7 @@
|
||||
# define COMBO_BUFFER_LENGTH 4
|
||||
#endif
|
||||
|
||||
typedef struct {
|
||||
typedef struct combo_t {
|
||||
const uint16_t *keys;
|
||||
uint16_t keycode;
|
||||
#ifdef EXTRA_SHORT_COMBOS
|
||||
|
||||
Reference in New Issue
Block a user