Added printk for modifiers
This commit is contained in:
parent
42ea9bc715
commit
b4ed4ddff2
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ static zmk_mod_flags_t masked_modifiers = 0;
|
|||
#define SET_MODIFIERS(mods) \
|
||||
{ \
|
||||
keyboard_report.body.modifiers = (mods & ~masked_modifiers) | implicit_modifiers; \
|
||||
printk("Modifiers set to 0x%02X", keyboard_report.body.modifiers); \
|
||||
LOG_DBG("Modifiers set to 0x%02X", keyboard_report.body.modifiers); \
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue