aboutsummaryrefslogtreecommitdiffstats
path: root/quantum/visualizer
Commit message (Collapse)AuthorAgeFilesLines
* 2020 February 29 Breaking Changes Update (#8064)James Young2020-02-293-210/+251
|
* clang-format changesskullY2019-08-3013-448/+364
|
* Additional changes for Layer State typedef compatibility (#5906)Drashna Jaelre2019-08-212-5/+6
| | | | | | | | | | | | | | | | * 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-291-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
* move lcd_backlight_keyframes to correct locationJack Humbert2017-12-071-0/+30
|
* make it easy to customize logo imageTakayuki Matsubara2017-11-061-0/+1
|
* Make arguments redo, subproject elimination (#1784)Jack Humbert2017-10-141-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
* Creates a layouts/ folder for keymaps shared between keyboards (#1609)Jack Humbert2017-08-231-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
* Fix uninitialized backlight_level in the VisualizerFred Sundvik2017-07-101-0/+4
|
* Make it easier to use driversFred Sundvik2017-07-103-4/+39
|
* Shared default animationsFred Sundvik2017-07-103-0/+208
|
* Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHTFred Sundvik2017-07-105-56/+26
|
* Shared gfxconfFred Sundvik2017-07-102-0/+328
|
* Define visualizer thread priority by defaultFred Sundvik2017-07-101-1/+2
|
* Whitefox LED control (#1432)Ethan Madden2017-06-253-27/+36
| | | | | | * 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-251-1/+1
|
* Change inline to static inlineFred Sundvik2017-06-241-1/+1
|
* Add function for getting the LCD backlight brightnessFred Sundvik2017-06-242-0/+5
|
* Include config.h from visualizer.hFred Sundvik2017-06-241-0/+1
|
* Include config.h before visualizer.hFred Sundvik2017-06-241-1/+1
|
* Correctly calculate backlight levelFred Sundvik2017-06-161-1/+1
|
* Add backlight support to the default Ergodox Infinity animationsFred Sundvik2017-06-032-0/+17
|
* Backlight level handling for the visualizerFred Sundvik2017-06-032-2/+37
|
* Let BACKLIGHT_ENABLE control the Infinity LEDsFred Sundvik2017-06-032-4/+3
|
* Fix buffer overrun in lcd_keyframesFred Sundvik2017-04-131-2/+2
| | | | | 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-093-60/+19
|
* Combine startup and resume animationsFred Sundvik2017-04-091-4/+4
|
* Move the logo drawing keyframe to lcd_keyframesFred Sundvik2017-04-092-0/+21
|
* Move LCD logo to visualizer resourcesFred Sundvik2017-04-094-0/+90
|
* Add automatic flush for the LCD screenFred Sundvik2017-04-092-5/+4
|
* Move common visualizer keyframes into visualizer_keyframes.hFred Sundvik2017-04-095-12/+52
|
* Remove the need to manually enable the visualizerFred Sundvik2017-04-092-19/+23
|
* Separated backlight and LCD disable/enableFred Sundvik2017-04-096-24/+37
| | | | Also moved them to correct places
* Move LCD backlight keyframes to its own fileFred Sundvik2017-04-095-50/+89
|
* Move LCD keyframes to its own fileFred Sundvik2017-04-095-157/+196
|
* Delete visualizer example integrationFred Sundvik2017-04-094-573/+0
| | | | | 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-092-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
* Brightness for Ergodox Infinity emulated LEDsFred Sundvik2017-04-093-2/+6
|
* Emulate Ergodox EZ leds by LCD colorsFred Sundvik2017-04-092-1/+32
|
* Display layer bitmap and keyboard led states on the LCDFred Sundvik2017-04-092-2/+40
|
* Move CIE1931 and breathing tables to its own fileFred Sundvik2017-04-091-2/+2
|
* UGFX is compiled once per keyboard instead of keymapFred Sundvik2017-04-091-2/+2
|
* Add a keyboard specific visualizerFred Sundvik2017-04-091-0/+4
|
* added mods status bit to visualizer.SjB2017-01-172-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.
* Move the visualizer_user file to keymap folderFred Sundvik2016-07-071-3/+8
| | | | Also rename it to visualizer.c
* Delete lcd_backlight_hal.cFred Sundvik2016-07-071-3/+0
| | | | | The functionality can now be found in the infinity_erogodox.c file instead.
* Fix the SERIAL_LINK_ENABLE macro in VisualizerFred Sundvik2016-07-071-5/+5
| | | | Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE
* Fix visualizer crash at startupFred Sundvik2016-07-072-3/+1
| | | | | | 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-072-7/+5
|
* Makefile changes and files to compile VisualizerFred Sundvik2016-07-073-15/+11
|