Skip to content

Commit

Permalink
KEYLOC_COMBO → "NA" (qmk/qmk_firmware#15847 removed KEYLOC_COMBO)
Browse files Browse the repository at this point in the history
  • Loading branch information
precondition committed Apr 3, 2023
1 parent a57e2a4 commit f6f82f5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions combos.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ void process_combo_event(uint16_t combo_index, bool pressed) {
uint8_t idx = 0;
uint16_t combo_keycode;
while ((combo_keycode = pgm_read_word(&combo->keys[idx])) != COMBO_END) {
uprintf("0x%04X\t%u\t%u\t0x%X\t%u\t0x%02X\t0x%02X\t0\n",
uprintf("0x%04X\tNA\tNA\t0x%X\t%u\t0x%02X\t0x%02X\t0\n",
combo_keycode,
KEYLOC_COMBO,
KEYLOC_COMBO,
/* Not Available */
/* Not Available */
layer_state|default_layer_state,
pressed,
get_mods(),
Expand Down

0 comments on commit f6f82f5

Please sign in to comment.