forked from forks/qmk_firmware
* Draft commit of typing speed RGB control * More information in the readme * Support all RGB animation modes (Fixes #1) * Added support for all RGB light modes to use typing speed Except christmas lights because that is seizure-inducing at high speeds! * Introduced a value range specific to each RGB mode Because some modes are a little too much when running at full speed! * Update readme.md * Update readme.md * Re-arrange typing_speed definitions (Fixes #5) (#6) * Re-arrange variable definitions to avoid including quantum.h from rgblight.c * Fix a compilation error when trying to run make test:all * Tweaks to the typing speed decay rate * Renamed to momentum; moved implementation into dedicated files * Groundwork for toggling momentum on/off (currently always on) * Add EEPROM toggle for momentum-matching * Moved momentum out of RGBLIGHT_ENABLE toggles so it's more generic * Move momentum decay task out of rgblight_task() * Fix missing momentum.h in lufa.c * Experimental LED support (untested) * Draft commit of typing speed RGB control * More information in the readme * Support all RGB animation modes (Fixes #1) * Added support for all RGB light modes to use typing speed Except christmas lights because that is seizure-inducing at high speeds! * Introduced a value range specific to each RGB mode Because some modes are a little too much when running at full speed! * Update readme.md * Update readme.md * Re-arrange typing_speed definitions (Fixes #5) (#6) * Re-arrange variable definitions to avoid including quantum.h from rgblight.c * Fix a compilation error when trying to run make test:all * Tweaks to the typing speed decay rate * Renamed to momentum; moved implementation into dedicated files * Groundwork for toggling momentum on/off (currently always on) * Add EEPROM toggle for momentum-matching * Moved momentum out of RGBLIGHT_ENABLE toggles so it's more generic * Move momentum decay task out of rgblight_task() * Fix missing momentum.h in lufa.c * Added documentation * Renamed feature to velocikey * Reverted readme to original state * Correct the readme title * Updated feature name in the docs * Update EECONFIG name * Add compile-time toggles for velocikey * Update feature documentation * Revert "Merge branch 'led-support' into master" This reverts commit |
||
|---|---|---|
| .. | ||
| api | ||
| audio | ||
| debounce | ||
| keymap_extras | ||
| process_keycode | ||
| serial_link | ||
| split_common | ||
| stm32 | ||
| template | ||
| tools | ||
| visualizer | ||
| api.c | ||
| api.h | ||
| color.c | ||
| color.h | ||
| config_common.h | ||
| debounce.h | ||
| dynamic_keymap.c | ||
| dynamic_keymap.h | ||
| dynamic_macro.h | ||
| encoder.c | ||
| encoder.h | ||
| fauxclicky.c | ||
| fauxclicky.h | ||
| keycode_config.c | ||
| keycode_config.h | ||
| keymap.h | ||
| keymap_common.c | ||
| led_matrix.c | ||
| led_matrix_drivers.c | ||
| led_tables.c | ||
| led_tables.h | ||
| ledmatrix.h | ||
| matrix.c | ||
| mcu_selection.mk | ||
| pincontrol.h | ||
| pointing_device.c | ||
| pointing_device.h | ||
| quantum.c | ||
| quantum.h | ||
| quantum_keycodes.h | ||
| rgb.h | ||
| rgb_matrix.c | ||
| rgb_matrix.h | ||
| rgb_matrix_drivers.c | ||
| rgblight.c | ||
| rgblight.h | ||
| rgblight_list.h | ||
| rgblight_reconfig.h | ||
| rgblight_types.h | ||
| send_string_keycodes.h | ||
| variable_trace.c | ||
| variable_trace.h | ||
| velocikey.c | ||
| velocikey.h | ||