summaryrefslogtreecommitdiff
path: root/quantum/rgb_matrix_animations
diff options
context:
space:
mode:
authorXScorpion2 <rcalt2vt@gmail.com>2019-05-11 14:31:31 -0500
committerDrashna Jaelre <drashna@live.com>2019-05-11 12:35:12 -0700
commit95e4c8a461b328a33baf7d4576bad39fe0dfadfe (patch)
treefc01d37b5cc4d54a28eddc3d296cc8c6e33e8890 /quantum/rgb_matrix_animations
parentc4f2f95db8e1b3c09e41ab1f02b8233171007fa0 (diff)
Fix for Solid Reactive mode bug (#5846)
derp, forgot to remove the pragma once
Diffstat (limited to 'quantum/rgb_matrix_animations')
-rw-r--r--quantum/rgb_matrix_animations/solid_reactive_simple_anim.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/quantum/rgb_matrix_animations/solid_reactive_simple_anim.h b/quantum/rgb_matrix_animations/solid_reactive_simple_anim.h
index a568a54386..f235824e27 100644
--- a/quantum/rgb_matrix_animations/solid_reactive_simple_anim.h
+++ b/quantum/rgb_matrix_animations/solid_reactive_simple_anim.h
@@ -1,4 +1,3 @@
-#pragma once
#ifdef RGB_MATRIX_KEYREACTIVE_ENABLED
#ifndef DISABLE_RGB_MATRIX_SOLID_REACTIVE_SIMPLE
RGB_MATRIX_EFFECT(SOLID_REACTIVE_SIMPLE)