summaryrefslogtreecommitdiff
path: root/quantum/visualizer
Commit message (Collapse)AuthorAge
* clang-format changesskullY2019-08-30
|
* Additional changes for Layer State typedef compatibility (#5906)Drashna Jaelre2019-08-21
| | | | | | | | | | | | | | | | * Additional changes for Layer State typedef compatibility * Replace biton32 with get_highest_layer in docs * Change additional layer structure code * Fix uGFX reference issue * Remove dynamic_keymap check * Where did all these extra spaces come from Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Fixing dead links (#5503)Brian Choromanski2019-03-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* move lcd_backlight_keyframes to correct locationJack Humbert2017-12-07
|
* make it easy to customize logo imageTakayuki Matsubara2017-11-06
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix uninitialized backlight_level in the VisualizerFred Sundvik2017-07-10
|
* Make it easier to use driversFred Sundvik2017-07-10
|
* Shared default animationsFred Sundvik2017-07-10
|
* Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik2017-07-10
|
* Shared gfxconfFred Sundvik2017-07-10
|
* Define visualizer thread priority by defaultFred Sundvik2017-07-10
|
* Whitefox LED control (#1432)Ethan Madden2017-06-25
| | | | | | * use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox
* Change M_2_PI to 2 * PI as it should beFred Sundvik2017-06-25
|
* Change inline to static inlineFred Sundvik2017-06-24
|
* Add function for getting the LCD backlight brightnessFred Sundvik2017-06-24
|
* Include config.h from visualizer.hFred Sundvik2017-06-24
|
* Include config.h before visualizer.hFred Sundvik2017-06-24
|
* Correctly calculate backlight levelFred Sundvik2017-06-16
|
* Add backlight support to the default Ergodox Infinity animationsFred Sundvik2017-06-03
|
* Backlight level handling for the visualizerFred Sundvik2017-06-03
|
* Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik2017-06-03
|
* Fix buffer overrun in lcd_keyframesFred Sundvik2017-04-13
| | | | | This would often cause the keyboard to crash when restarting the computer.
* Rename led test to led_keyframes and move animation to ErgodoxFred Sundvik2017-04-09
|
* Combine startup and resume animationsFred Sundvik2017-04-09
|
* Move the logo drawing keyframe to lcd_keyframesFred Sundvik2017-04-09
|
* Move LCD logo to visualizer resourcesFred Sundvik2017-04-09
|
* Add automatic flush for the LCD screenFred Sundvik2017-04-09
|
* Move common visualizer keyframes into visualizer_keyframes.hFred Sundvik2017-04-09
|
* Remove the need to manually enable the visualizerFred Sundvik2017-04-09
|
* Separated backlight and LCD disable/enableFred Sundvik2017-04-09
| | | | Also moved them to correct places
* Move LCD backlight keyframes to its own fileFred Sundvik2017-04-09
|
* Move LCD keyframes to its own fileFred Sundvik2017-04-09
|
* Delete visualizer example integrationFred Sundvik2017-04-09
| | | | | It's much better to refer to the actual code than to to try to keep some examples up to date.
* Tweaks to the Ergodox default visualizerFred Sundvik2017-04-09
| | | | | | 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
* Brightness for Ergodox Infinity emulated LEDsFred Sundvik2017-04-09
|
* Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-09
|
* Display layer bitmap and keyboard led states on the LCDFred Sundvik2017-04-09
|
* Move CIE1931 and breathing tables to its own fileFred Sundvik2017-04-09
|
* UGFX is compiled once per keyboard instead of keymapFred Sundvik2017-04-09
|
* Add a keyboard specific visualizerFred Sundvik2017-04-09
|
* added mods status bit to visualizer.SjB2017-01-17
| | | | | | | | 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.
* Move the visualizer_user file to keymap folderFred Sundvik2016-07-07
| | | | Also rename it to visualizer.c
* Delete lcd_backlight_hal.cFred Sundvik2016-07-07
| | | | | The functionality can now be found in the infinity_erogodox.c file instead.
* Fix the SERIAL_LINK_ENABLE macro in VisualizerFred Sundvik2016-07-07
| | | | Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
* Fix visualizer crash at startupFred Sundvik2016-07-07
| | | | | | Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized
* Makefile fixes and update of VisualizerFred Sundvik2016-07-07
|
* Makefile changes and files to compile VisualizerFred Sundvik2016-07-07
|
* Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizerFred Sundvik2016-07-06
|