Keymap introspection for combos. (#19670)
This commit is contained in:
parent
433dc60686
commit
5faa23d54c
226 changed files with 533 additions and 729 deletions
|
|
@ -511,10 +511,8 @@ enum combo_events {
|
|||
CSS_STYLE,
|
||||
HTML_GENERIC_TAG,
|
||||
CTLRGHT,
|
||||
CTLLEFT,
|
||||
COMBO_LENGTH
|
||||
CTLLEFT
|
||||
};
|
||||
uint16_t COMBO_LEN = COMBO_LENGTH; // remove the COMBO_COUNT define and use this instead!
|
||||
|
||||
const uint16_t PROGMEM email_combo[] = {KC_E, KC_M, COMBO_END};
|
||||
const uint16_t PROGMEM email_work_combo[] = {KC_E, KC_K, COMBO_END};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue