summaryrefslogtreecommitdiffstats
path: root/quantum/visualizer
AgeCommit message (Collapse)AuthorFilesLines
2019-03-29Fixing dead links (#5503)Brian Choromanski1-1/+1
* Fixed typo of 'confid.h' to 'config.h' * Fixed broken links in docs * Fixed a lot of dead links * Removed all dead links that I could not find a replacement for * Placed knops links back in * Fixed plank keymaps so that they will compile for planck light * Https doesn't work on knops.io * tv44:budi now compiles * s60_x:amnesia0287 now compiles * Fixed allocation of key_combos so that narze keymap for planck can compile correctly * Disabled rgb on ergodone and infinity * Enabled tap dance so it compiles * Added return statement so it compiles * If compiling on light disable extra functionality * Properly redefined variable so it compiles * Remove remaining dead links
2017-12-07move lcd_backlight_keyframes to correct locationJack Humbert1-0/+30
2017-11-06make it easy to customize logo imageTakayuki Matsubara1-0/+1
2017-10-14Make arguments redo, subproject elimination (#1784)Jack Humbert1-12/+20
* redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * redo make args to use colons, better folder structuring system [skip ci] * don't put spaces after statements - hard lessons in makefile development * fix-up some other rules.mk * give travis a chance * reset KEYMAPS variable * start converting keyboards to new system * try making all with travis * start to update readmes and keyboards * look in keyboard directories for board.mk * update visualizer rules * fix up some other keyboards/keymaps * fix arm board ld includes * fix board rules * fix up remaining keyboards * reset layout variable * reset keyboard_layouts * fix remainging keymaps/boards * update readmes, docs * add note to makefile error * update readmes * remove planck keymap warnings * update references and docs * test out tarvis build stages * don't use stages for now * don't use stages for now
2017-08-24Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert1-1/+1
* include variables and .h files as pp directives * start layout compilation * split ergodoxes up * don't compile all layouts for everything * might seg fault * reset layouts variable * actually reset layouts * include rules.mk instead * remove includes from rules.mk * update variable setting * load visualizer from path * adds some more examples * adds more layouts * more boards added * more boards added * adds documentation for layouts * use lowercase names for LAYOUT_ * add layout.json files for each layout * add community folder, default keymaps for layouts * touch-up default layouts * touch-up layouts, some keyboard rules.mk * update documentation for layouts * fix up serial/i2c switches
2017-07-10Fix uninitialized backlight_level in the VisualizerFred Sundvik1-0/+4
2017-07-10Make it easier to use driversFred Sundvik3-4/+39
2017-07-10Shared default animationsFred Sundvik3-0/+208
2017-07-10Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik5-56/+26
2017-07-10Shared gfxconfFred Sundvik2-0/+328
2017-07-10Define visualizer thread priority by defaultFred Sundvik1-1/+2
2017-06-26Whitefox LED control (#1432)Ethan Madden3-27/+36
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
2017-06-25Change M_2_PI to 2 * PI as it should beFred Sundvik1-1/+1
2017-06-23Change inline to static inlineFred Sundvik1-1/+1
2017-06-23Add function for getting the LCD backlight brightnessFred Sundvik2-0/+5
2017-06-23Include config.h from visualizer.hFred Sundvik1-0/+1
2017-06-23Include config.h before visualizer.hFred Sundvik1-1/+1
2017-06-16Correctly calculate backlight levelFred Sundvik1-1/+1
2017-06-03Add backlight support to the default Ergodox Infinity animationsFred Sundvik2-0/+17
2017-06-03Backlight level handling for the visualizerFred Sundvik2-2/+37
2017-06-03Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik2-4/+3
2017-04-13Fix buffer overrun in lcd_keyframesFred Sundvik1-2/+2
This would often cause the keyboard to crash when restarting the computer.
2017-04-09Rename led test to led_keyframes and move animation to ErgodoxFred Sundvik3-60/+19
2017-04-09Combine startup and resume animationsFred Sundvik1-4/+4
2017-04-09Move the logo drawing keyframe to lcd_keyframesFred Sundvik2-0/+21
2017-04-09Move LCD logo to visualizer resourcesFred Sundvik4-0/+90
2017-04-09Add automatic flush for the LCD screenFred Sundvik2-5/+4
2017-04-09Move common visualizer keyframes into visualizer_keyframes.hFred Sundvik5-12/+52
2017-04-09Remove the need to manually enable the visualizerFred Sundvik2-19/+23
2017-04-09Separated backlight and LCD disable/enableFred Sundvik6-24/+37
Also moved them to correct places
2017-04-09Move LCD backlight keyframes to its own fileFred Sundvik5-50/+89
2017-04-09Move LCD keyframes to its own fileFred Sundvik5-157/+196
2017-04-09Delete visualizer example integrationFred Sundvik4-573/+0
It's much better to refer to the actual code than to to try to keep some examples up to date.
2017-04-09Tweaks to the Ergodox default visualizerFred Sundvik2-3/+26
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 Sundvik3-2/+6
2017-04-09Emulate Ergodox EZ leds by LCD colorsFred Sundvik2-1/+32
2017-04-09Display layer bitmap and keyboard led states on the LCDFred Sundvik2-2/+40
2017-04-09Move CIE1931 and breathing tables to its own fileFred Sundvik1-2/+2
2017-04-09UGFX is compiled once per keyboard instead of keymapFred Sundvik1-2/+2
2017-04-09Add a keyboard specific visualizerFred Sundvik1-0/+4
2017-01-18added mods status bit to visualizer.SjB2-2/+65
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-07Move the visualizer_user file to keymap folderFred Sundvik1-3/+8
Also rename it to visualizer.c
2016-07-07Delete lcd_backlight_hal.cFred Sundvik1-3/+0
The functionality can now be found in the infinity_erogodox.c file instead.
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 Sundvik2-3/+1
Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized
2016-07-07Makefile fixes and update of VisualizerFred Sundvik2-7/+5
2016-07-06Makefile changes and files to compile VisualizerFred Sundvik3-15/+11
2016-07-06Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizerFred Sundvik5-25/+342
2016-07-06Delete .gitmodules from visualizerFred Sundvik2-3/+0
2016-07-06Add 'quantum/visualizer/' from commit 'bde869aa7ec8601459bc63b9636081d21108d1be'Fred Sundvik13-0/+1403
git-subtree-dir: quantum/visualizer git-subtree-mainline: 19f480992c015aec0a15dca43e740bad8b7834e6 git-subtree-split: bde869aa7ec8601459bc63b9636081d21108d1be