forked from mirrors/qmk_userspace
Keymap introspection for combos. (#19670)
This commit is contained in:
parent
433dc60686
commit
5faa23d54c
226 changed files with 533 additions and 729 deletions
|
@ -27,8 +27,7 @@ const uint16_t PROGMEM h_comm_tab[] = {KC_H, KC_COMM, COMBO_END};
|
|||
const uint16_t PROGMEM l_u_scln[] = {KC_L, KC_U, COMBO_END};
|
||||
const uint16_t PROGMEM j_m_caps[] = {KC_J, KC_M, COMBO_END};
|
||||
|
||||
// COMBO_COUNT defined in config.h
|
||||
combo_t key_combos[COMBO_COUNT] = {
|
||||
combo_t key_combos[] = {
|
||||
[H_COMM_TAB] = COMBO(h_comm_tab, KC_TAB),
|
||||
[L_U_SCLN] = COMBO(l_u_scln, KC_SCLN),
|
||||
[J_M_CAPS] = COMBO(j_m_caps, KC_CAPS),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue