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.
 
 
 
 
 
Victor Toni 6209122213
[Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006)
2 years ago
..
readme.adoc [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
rgb_matrix_effects.c [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
rgb_matrix_effects.h [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
rules.mk [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
utils.c [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
utils.h [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
vitoni.c [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago
vitoni.h [Keymap] Add vitoni keymap for GMMK Pro (ISO) (#15006) 2 years ago

readme.adoc

= User functions

Functions are mostly related to changing the RGB lights depending on user interaction and when idling.

== utils.h

Common functions are declared in link:utils.h[]. These function are not directly RGB related but used to modify state and calculate values.

== rgb_matrix_effects.h

Functions in link:rgb_matrix_effects.h[] make use of common function in `utils.h` and are used to create to RGB matrix effects such as fading or breathing.

== vitoni.h

The functions declared in link:vitoni.h[] are used as entry points for usage of RGB effects.
One entry point is `matrix_scan` based for regular task while the other is `process_record` based for user activity tasks.