summaryrefslogtreecommitdiffstats
path: root/quantum/visualizer/visualizer.c
AgeCommit message (Collapse)AuthorFilesLines
2017-07-10Fix uninitialized backlight_level in the VisualizerFred Sundvik1-0/+4
2017-07-10Define visualizer thread priority by defaultFred Sundvik1-1/+2
2017-06-26Whitefox LED control (#1432)Ethan Madden1-14/+19
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
2017-06-23Include config.h before visualizer.hFred Sundvik1-1/+1
2017-06-16Correctly calculate backlight levelFred Sundvik1-1/+1
2017-06-03Backlight level handling for the visualizerFred Sundvik1-1/+29
2017-06-03Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik1-2/+2
2017-04-09Add automatic flush for the LCD screenFred Sundvik1-0/+4
2017-04-09Move common visualizer keyframes into visualizer_keyframes.hFred Sundvik1-6/+0
2017-04-09Remove the need to manually enable the visualizerFred Sundvik1-13/+15
2017-04-09Separated backlight and LCD disable/enableFred Sundvik1-21/+0
Also moved them to correct places
2017-04-09Move LCD backlight keyframes to its own fileFred Sundvik1-46/+0
2017-04-09Move LCD keyframes to its own fileFred Sundvik1-148/+2
2017-04-09Tweaks to the Ergodox default visualizerFred Sundvik1-3/+25
No animation, display led statuses and layer name on the same screen Don't display layer bitmap Fully saturated colors for caps, less saturated ones normally
2017-04-09Brightness for Ergodox Infinity emulated LEDsFred Sundvik1-1/+1
2017-04-09Emulate Ergodox EZ leds by LCD colorsFred Sundvik1-1/+24
2017-04-09Display layer bitmap and keyboard led states on the LCDFred Sundvik1-1/+37
2017-01-18added mods status bit to visualizer.SjB1-1/+57
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.
2016-07-07Fix the SERIAL_LINK_ENABLE macro in VisualizerFred Sundvik1-5/+5
Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
2016-07-07Fix visualizer crash at startupFred Sundvik1-2/+0
Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized
2016-07-06Makefile changes and files to compile VisualizerFred Sundvik1-2/+0
2016-07-06Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizerFred Sundvik1-18/+86
2016-07-06Add 'quantum/visualizer/' from commit 'bde869aa7ec8601459bc63b9636081d21108d1be'Fred Sundvik1-0/+481
git-subtree-dir: quantum/visualizer git-subtree-mainline: 19f480992c015aec0a15dca43e740bad8b7834e6 git-subtree-split: bde869aa7ec8601459bc63b9636081d21108d1be