From: XScorpion2 Date: Sat, 11 May 2019 19:31:31 +0000 (-0500) Subject: Fix for Solid Reactive mode bug (#5846) X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=819364ea23c000d3015ca6d15b093ebf96c45732;hp=b9c38cfec844d5ff0cb952be0c27bbdca6279595;p=qmk_firmware.git Fix for Solid Reactive mode bug (#5846) derp, forgot to remove the pragma once --- diff --git a/quantum/rgb_matrix_animations/solid_reactive_simple_anim.h b/quantum/rgb_matrix_animations/solid_reactive_simple_anim.h index a568a5438..f235824e2 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)