summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix_types.h
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2021-03-03 07:54:11 +1100
committerGitHub <noreply@github.com>2021-03-03 07:54:11 +1100
commitd950b97115269a4e7e149bf1eb9b4c6ead13cf7b (patch)
tree3acf12f792c383a7af87db82cc130b29a604402e /quantum/rgb_matrix_types.h
parentcde2859a6591b1274da20978bd158f20229faa88 (diff)
Format code according to conventions (#12088)
Co-authored-by: QMK Bot <hello@qmk.fm>
Diffstat (limited to 'quantum/rgb_matrix_types.h')
-rw-r--r--quantum/rgb_matrix_types.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/quantum/rgb_matrix_types.h b/quantum/rgb_matrix_types.h
index 8cd5b17a77..1a37922af9 100644
--- a/quantum/rgb_matrix_types.h
+++ b/quantum/rgb_matrix_types.h
@@ -85,10 +85,10 @@ typedef struct PACKED {
typedef union {
uint32_t raw;
struct PACKED {
- uint8_t enable : 2;
- uint8_t mode : 6;
- HSV hsv;
- uint8_t speed; // EECONFIG needs to be increased to support this
+ uint8_t enable : 2;
+ uint8_t mode : 6;
+ HSV hsv;
+ uint8_t speed; // EECONFIG needs to be increased to support this
led_flags_t flags;
};
} rgb_config_t;