qmk_firmware/quantum
Max Rumpf 4b74f985ec Tweak the Christmas animation effect to be less harsh on the eyes (#7648)
* Tweak the Christmas animation effect to be less harsh on the eyes

* Further improve the tweaked Christmas animation code

- Use constants where it makes sense
- Instead of complicated math, use a static variable to keep track if it's animating from or to red
- Don't use pow (but a simple macro instead)
- Using floating point math is necessary for the fraction in the cubic bezier function to work

* Update docs for the tweaked Christmas animation effect

* Further improve memory usage

- Don't use floats, but 32 bit ints instead (where needed)
- Replace limits.h with constant

* Fix typo
2020-08-29 14:30:02 -07:00
..
api
audio
backlight
debounce
keymap_extras
process_keycode Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
rgb_matrix_animations
rgb_matrix_runners
serial_link
split_common
template
tools
visualizer
api.c
api.h
color.c
color.h
config_common.h
debounce.h
dip_switch.c
dip_switch.h
dynamic_keymap.c
dynamic_keymap.h
dynamic_macro.h
encoder.c
encoder.h
fauxclicky.c
fauxclicky.h
joystick.c Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
joystick.h Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
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
matrix_common.c
mcu_selection.mk Additional cleanups for V-USB code (#9310) 2020-08-29 14:30:02 -07:00
pointing_device.c
pointing_device.h
quantum.c Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
quantum.h Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
quantum_keycodes.h Hid joystick interface (#4226) 2020-08-29 14:30:02 -07:00
rgb.h
rgb_matrix.c Fix RGB_DISABLE_TIMEOUT overflow warning (#9866) (#9874) 2020-08-04 21:03:29 -07:00
rgb_matrix.h
rgb_matrix_drivers.c Compiler warning when using WS2812 (#9955) 2020-08-25 19:05:39 +10:00
rgb_matrix_types.h Add Indicator flag for RGB Matrix (#9933) 2020-08-05 13:29:04 -07:00
rgblight.c Tweak the Christmas animation effect to be less harsh on the eyes (#7648) 2020-08-29 14:30:02 -07:00
rgblight.h Tweak the Christmas animation effect to be less harsh on the eyes (#7648) 2020-08-29 14:30:02 -07:00
rgblight_breathe_table.h
rgblight_list.h
rgblight_modes.h
rgblight_post_config.h
send_string_keycodes.h
variable_trace.c
variable_trace.h
velocikey.c
velocikey.h
via.c
via.h
wpm.c
wpm.h