summaryrefslogtreecommitdiff
path: root/keyboards/moonlander/moonlander.h
diff options
context:
space:
mode:
authorDrashna Jaelre <drashna@live.com>2022-07-12 16:36:17 -0700
committerGitHub <noreply@github.com>2022-07-13 08:36:17 +0900
commit764ac89d8db728175996ffb1830895d3b9fd83c8 (patch)
treece2e9723be36492896e8407aad742d2e3efe1ed2 /keyboards/moonlander/moonlander.h
parent085f0898e038903a677b4270ec0ba6259f66404f (diff)
Fix issues with RGB Matrix flags (#353)
Diffstat (limited to 'keyboards/moonlander/moonlander.h')
-rw-r--r--keyboards/moonlander/moonlander.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/moonlander/moonlander.h b/keyboards/moonlander/moonlander.h
index 16c6859613..e2b4c76a11 100644
--- a/keyboards/moonlander/moonlander.h
+++ b/keyboards/moonlander/moonlander.h
@@ -70,7 +70,7 @@ typedef union {
uint32_t raw;
struct {
bool disable_layer_led :1;
- bool rgb_matrix_enable :1;
+ bool placeholder :1;
bool led_level :1;
uint8_t led_level_res :2; // DO NOT REMOVE
};