Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Custom shift keys: call send_keyboard_report().
#5 reports that the shift mod is not correctly cleared, e.g. for the custom shift key `{KC_COMM, KC_SCLN}`, a `:` is typed instead of `;`. To test a plausible fix, this commit adds a `send_keyboard_report()` call between removing the shift mods and registering the keycode.
- Loading branch information