Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-14 | Make arguments redo, subproject elimination (#1784) | Jack Humbert | |
* 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-23 | Creates a layouts/ folder for keymaps shared between keyboards (#1609) | Jack Humbert | |
* 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-10 | Fix uninitialized backlight_level in the Visualizer | Fred Sundvik | |
2017-07-10 | Make it easier to use drivers | Fred Sundvik | |
2017-07-10 | Shared default animations | Fred Sundvik | |
2017-07-10 | Clarify naming between LCD_BACKLIGHT and LED_BACKLIGHT | Fred Sundvik | |
2017-07-10 | Shared gfxconf | Fred Sundvik | |
2017-07-10 | Define visualizer thread priority by default | Fred Sundvik | |
2017-06-25 | Whitefox LED control (#1432) | Ethan Madden | |
* use new grave_esc functionality * Port LED control from Ergodox Infinity to Whitefox | |||
2017-06-25 | Change M_2_PI to 2 * PI as it should be | Fred Sundvik | |
2017-06-24 | Change inline to static inline | Fred Sundvik | |
2017-06-24 | Add function for getting the LCD backlight brightness | Fred Sundvik | |
2017-06-24 | Include config.h from visualizer.h | Fred Sundvik | |
2017-06-24 | Include config.h before visualizer.h | Fred Sundvik | |
2017-06-16 | Correctly calculate backlight level | Fred Sundvik | |
2017-06-03 | Add backlight support to the default Ergodox Infinity animations | Fred Sundvik | |
2017-06-03 | Backlight level handling for the visualizer | Fred Sundvik | |
2017-06-03 | Let BACKLIGHT_ENABLE control the Infinity LEDs | Fred Sundvik | |
2017-04-13 | Fix buffer overrun in lcd_keyframes | Fred Sundvik | |
This would often cause the keyboard to crash when restarting the computer. | |||
2017-04-09 | Rename led test to led_keyframes and move animation to Ergodox | Fred Sundvik | |
2017-04-09 | Combine startup and resume animations | Fred Sundvik | |
2017-04-09 | Move the logo drawing keyframe to lcd_keyframes | Fred Sundvik | |
2017-04-09 | Move LCD logo to visualizer resources | Fred Sundvik | |
2017-04-09 | Add automatic flush for the LCD screen | Fred Sundvik | |
2017-04-09 | Move common visualizer keyframes into visualizer_keyframes.h | Fred Sundvik | |
2017-04-09 | Remove the need to manually enable the visualizer | Fred Sundvik | |
2017-04-09 | Separated backlight and LCD disable/enable | Fred Sundvik | |
Also moved them to correct places | |||
2017-04-09 | Move LCD backlight keyframes to its own file | Fred Sundvik | |
2017-04-09 | Move LCD keyframes to its own file | Fred Sundvik | |
2017-04-09 | Delete visualizer example integration | Fred Sundvik | |
It's much better to refer to the actual code than to to try to keep some examples up to date. | |||
2017-04-09 | Tweaks to the Ergodox default visualizer | Fred Sundvik | |
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-09 | Brightness for Ergodox Infinity emulated LEDs | Fred Sundvik | |
2017-04-09 | Emulate Ergodox EZ leds by LCD colors | Fred Sundvik | |
2017-04-09 | Display layer bitmap and keyboard led states on the LCD | Fred Sundvik | |
2017-04-09 | Move CIE1931 and breathing tables to its own file | Fred Sundvik | |
2017-04-09 | UGFX is compiled once per keyboard instead of keymap | Fred Sundvik | |
2017-04-09 | Add a keyboard specific visualizer | Fred Sundvik | |
2017-01-17 | added mods status bit to visualizer. | SjB | |
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-07 | Move the visualizer_user file to keymap folder | Fred Sundvik | |
Also rename it to visualizer.c | |||
2016-07-07 | Delete lcd_backlight_hal.c | Fred Sundvik | |
The functionality can now be found in the infinity_erogodox.c file instead. | |||
2016-07-07 | Fix the SERIAL_LINK_ENABLE macro in Visualizer | Fred Sundvik | |
Rename from USE_SERIAL_LINK -> SERIAL_LINK_ENABLE | |||
2016-07-07 | Fix visualizer crash at startup | Fred Sundvik | |
Visualizer and serial link initialized in the wrong order. The LED_ENABLED define wasn't set properly uGfx is always initialized | |||
2016-07-07 | Makefile fixes and update of Visualizer | Fred Sundvik | |
2016-07-07 | Makefile changes and files to compile Visualizer | Fred Sundvik | |
2016-07-06 | Merge commit '73d890a2c9c34b905cd5e74e7146fdd4578dcb96' into add_visualizer | Fred Sundvik | |
2016-07-06 | Delete .gitmodules from visualizer | Fred Sundvik | |
2016-07-06 | Add 'quantum/visualizer/' from commit 'bde869aa7ec8601459bc63b9636081d21108d1be' | Fred Sundvik | |
git-subtree-dir: quantum/visualizer git-subtree-mainline: 19f480992c015aec0a15dca43e740bad8b7834e6 git-subtree-split: bde869aa7ec8601459bc63b9636081d21108d1be |