aboutsummaryrefslogtreecommitdiff
path: root/keyboards/fleuron/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/fleuron/config.h')
-rw-r--r--keyboards/fleuron/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/fleuron/config.h b/keyboards/fleuron/config.h
index d6c802648..c7a4ef052 100644
--- a/keyboards/fleuron/config.h
+++ b/keyboards/fleuron/config.h
@@ -15,8 +15,7 @@ You should have received a copy of the GNU General Public License
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15along with this program. If not, see <http://www.gnu.org/licenses/>.
16*/ 16*/
17 17
18#ifndef CONFIG_H 18#pragma once
19#define CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -160,5 +159,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
160#define RGB_DI_PIN E6 // The pin the LED strip is connected to 159#define RGB_DI_PIN E6 // The pin the LED strip is connected to
161#define RGBLED_NUM 18 // Number of LEDs in your strip 160#define RGBLED_NUM 18 // Number of LEDs in your strip
162#define RGBLIGHT_ANIMATIONS 161#define RGBLIGHT_ANIMATIONS
163
164#endif