]> git.donarmstrong.com Git - qmk_firmware.git/commit
added mods status bit to visualizer.
authorSjB <steve@sagacity.ca>
Wed, 18 Jan 2017 02:47:07 +0000 (21:47 -0500)
committerSjB <steve@sagacity.ca>
Wed, 18 Jan 2017 02:57:32 +0000 (21:57 -0500)
commit9eb8d05246fba4f46c04b8fa1884b8f2d2ee0664
treeb423092318863773fe81beb6bf5c9c6317ae0ab6
parent3d264adfc5e4538b57315cb8d3d429b9ed310f25
added mods status bit to visualizer.

Since we can't read the real_mods and oneshot_mods static variable
directly within the update_user_visualizer_state
function (Threading and serial link). We are know storing the mods
states in the visualizer_keyboard_status_t structure. We can now
display the status of the modifier keys on the LCD display.
quantum/visualizer/visualizer.c
quantum/visualizer/visualizer.h
tmk_core/common/keyboard.c