You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

114 lines
4.3 KiB

Velocikey: Match RGB animation speed to typing speed (#3754) * 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 e123ff5febf61639b9a9020748e1c2e2313460ff, reversing changes made to df111a55b9d4929182e16108b1c0ead15b16df97. * Move velocikey EECONFIG definition to depend on VELOCIKEY_ENABLE * Rename decay_task function to decelerate * Apply suggestions from code review Co-Authored-By: chrislewisdev <chris@chrislewisdev.com> * Re-order eeconfig definitions * Apply coding conventions * Apply #ifdef check in lufa.c * Refactored interval time checks into one functionc * Small rename * Fix unused function error for layouts not using all rgb effects * Only update EEPROM if Velocikey is enabled * Incorporate code review feedback * Small adjustment to top-end decay rate * Add Velocikey documentation to table of contents * Bring tetris:default keymap size down by disabling audio
5 years ago
  1. * [Complete Newbs Guide](newbs.md)
  2. * [Getting Started](newbs_getting_started.md)
  3. * [Building Your First Firmware](newbs_building_firmware.md)
  4. * [Flashing Firmware](newbs_flashing.md)
  5. * [Testing and Debugging](newbs_testing_debugging.md)
  6. * [Git Best Practices](newbs_best_practices.md)
  7. * [Learning Resources](newbs_learn_more_resources.md)
  8. * [QMK Basics](README.md)
  9. * [QMK Introduction](getting_started_introduction.md)
  10. * [QMK CLI](cli.md)
  11. * [Contributing to QMK](contributing.md)
  12. * [How to Use Github](getting_started_github.md)
  13. * [Getting Help](getting_started_getting_help.md)
  14. * [FAQ](faq.md)
  15. * [General FAQ](faq_general.md)
  16. * [Build/Compile QMK](faq_build.md)
  17. * [Debugging/Troubleshooting QMK](faq_debug.md)
  18. * [Keymap](faq_keymap.md)
  19. * Detailed Guides
  20. * [Install Build Tools](getting_started_build_tools.md)
  21. * [Vagrant Guide](getting_started_vagrant.md)
  22. * [Build/Compile Instructions](getting_started_make_guide.md)
  23. * [Flashing Firmware](flashing.md)
  24. * [Customizing Functionality](custom_quantum_functions.md)
  25. * [Keymap Overview](keymap.md)
  26. * [Hardware](hardware.md)
  27. * [AVR Processors](hardware_avr.md)
  28. * [Drivers](hardware_drivers.md)
  29. * Reference
  30. * [Keyboard Guidelines](hardware_keyboard_guidelines.md)
  31. * [Config Options](config_options.md)
  32. * [Keycodes](keycodes.md)
  33. * [Coding Conventions - C](coding_conventions_c.md)
  34. * [Coding Conventions - Python](coding_conventions_python.md)
  35. * [Documentation Best Practices](documentation_best_practices.md)
  36. * [Documentation Templates](documentation_templates.md)
  37. * [Glossary](reference_glossary.md)
  38. * [Unit Testing](unit_testing.md)
  39. * [Useful Functions](ref_functions.md)
  40. * [Configurator Support](reference_configurator_support.md)
  41. * [info.json Format](reference_info_json.md)
  42. * [Python Development](python_development.md)
  43. * [Features](features.md)
  44. * [Basic Keycodes](keycodes_basic.md)
  45. * [US ANSI Shifted Keys](keycodes_us_ansi_shifted.md)
  46. * [Quantum Keycodes](quantum_keycodes.md)
  47. * [Advanced Keycodes](feature_advanced_keycodes.md)
  48. * [Audio](feature_audio.md)
  49. * [Auto Shift](feature_auto_shift.md)
  50. * [Backlight](feature_backlight.md)
  51. * [Bluetooth](feature_bluetooth.md)
  52. * [Bootmagic](feature_bootmagic.md)
  53. * [Combos](feature_combo.md)
  54. * [Command](feature_command.md)
  55. * [Debounce API](feature_debounce_type.md)
  56. * [Dynamic Macros](feature_dynamic_macros.md)
  57. * [Encoders](feature_encoders.md)
  58. * [Grave Escape](feature_grave_esc.md)
  59. * [Haptic Feedback](feature_haptic_feedback.md)
  60. * [HD44780 LCD Controller](feature_hd44780.md)
  61. * [Key Lock](feature_key_lock.md)
  62. * [Layouts](feature_layouts.md)
  63. * [Leader Key](feature_leader_key.md)
  64. * [LED Matrix](feature_led_matrix.md)
  65. * [Macros](feature_macros.md)
  66. * [Mouse Keys](feature_mouse_keys.md)
  67. * [OLED Driver](feature_oled_driver.md)
  68. * [One Shot Keys](feature_advanced_keycodes.md#one-shot-keys)
  69. * [Pointing Device](feature_pointing_device.md)
  70. * [PS/2 Mouse](feature_ps2_mouse.md)
  71. * [RGB Lighting](feature_rgblight.md)
  72. * [RGB Matrix](feature_rgb_matrix.md)
  73. * [Space Cadet](feature_space_cadet.md)
  74. * [Split Keyboard](feature_split_keyboard.md)
  75. * [Stenography](feature_stenography.md)
  76. * [Swap Hands](feature_swap_hands.md)
  77. * [Tap Dance](feature_tap_dance.md)
  78. * [Terminal](feature_terminal.md)
  79. * [Thermal Printer](feature_thermal_printer.md)
  80. * [Unicode](feature_unicode.md)
  81. * [Userspace](feature_userspace.md)
  82. * [Velocikey](feature_velocikey.md)
  83. * For Makers and Modders
  84. * [Hand Wiring Guide](hand_wire.md)
  85. * [ISP Flashing Guide](isp_flashing_guide.md)
  86. * [ARM Debugging Guide](arm_debugging.md)
  87. * [I2C Driver](i2c_driver.md)
  88. * [GPIO Controls](internals_gpio_control.md)
  89. * [Proton C Conversion](proton_c_conversion.md)
  90. * For a Deeper Understanding
  91. * [How Keyboards Work](how_keyboards_work.md)
  92. * [Understanding QMK](understanding_qmk.md)
  93. * Other Topics
  94. * [Using Eclipse with QMK](other_eclipse.md)
  95. * [Using VSCode with QMK](other_vscode.md)
  96. * [Support](support.md)
  97. * QMK Internals (In Progress)
  98. * [Defines](internals_defines.md)
  99. * [Input Callback Reg](internals_input_callback_reg.md)
  100. * [Midi Device](internals_midi_device.md)
  101. * [Midi Device Setup Process](internals_midi_device_setup_process.md)
  102. * [Midi Util](internals_midi_util.md)
  103. * [Send Functions](internals_send_functions.md)
  104. * [Sysex Tools](internals_sysex_tools.md)