]> git.donarmstrong.com Git - qmk_firmware.git/commit
[Docs] Update Super ALT↯TAB to remove use of unregister_code16 (#5766)
authorJez Cope <jezcope@users.noreply.github.com>
Sat, 4 May 2019 16:46:44 +0000 (17:46 +0100)
committerDrashna Jaelre <drashna@live.com>
Sat, 4 May 2019 16:46:44 +0000 (09:46 -0700)
commit9d97e47df4de36adae48c57474f3836acb78195d
treecf3aeb2da658343e2eff0712f17c1aa94b6fa96c
parente73587cfd08b2bd73987e7f762194079875df93a
[Docs] Update Super ALT↯TAB to remove use of unregister_code16 (#5766)

The code as originally listed didn't work for me, but replacing `unregister_code16(LALT(KC_TAB));` with `unregister_code(KC_LALT);` fixes the problem and causes the macro to work as intended.

Thanks to folks on Discord for helping me figure this out.
docs/feature_macros.md