/* Copyright 2021
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
// Last led hit
// LED_HITS_TO_REMEMBER
typedef struct PACKED last_hit_t;
// RGB_MATRIX_KEYREACTIVE_ENABLED
typedef enum rgb_task_states rgb_task_states;
typedef uint8_t led_flags_t;
typedef struct PACKED effect_params_t;
typedef struct PACKED led_point_t;
typedef struct PACKED led_config_t;
typedef union rgb_config_t;