diff options
author | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
---|---|---|
committer | vin <git@vineetk.net> | 2023-10-15 19:46:33 -0400 |
commit | 7ed78a843d4a90ae8adc69bf3c3dbf573a379f75 (patch) | |
tree | 420f8e7829b46bf43b5dbafc46f0a72f644e9588 /users/xulkal/custom_rgb.h | |
parent | 392a85e1f6fefd549cd52945ab1447a2d6901484 (diff) |
remove userspace declarations
Diffstat (limited to 'users/xulkal/custom_rgb.h')
-rw-r--r-- | users/xulkal/custom_rgb.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/users/xulkal/custom_rgb.h b/users/xulkal/custom_rgb.h deleted file mode 100644 index 10010b5242..0000000000 --- a/users/xulkal/custom_rgb.h +++ /dev/null @@ -1,17 +0,0 @@ -#pragma once - -#if defined(RGB_MATRIX_ENABLE) -# include "rgb_matrix.h" -#elif defined(RGBLIGHT_ENABLE) -# if !defined(__AVR__) -# define PROGMEM -# endif -# include "rgblight.h" -#endif - -#ifdef RGB_MATRIX_ENABLE -void rgb_matrix_increase_flags(void); -void rgb_matrix_decrease_flags(void); -#endif - -void rgb_reset(void); |