Keymap introspection for combos. (#19670)
This commit is contained in:
@@ -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};
|
||||
|
Reference in New Issue
Block a user