aboutsummaryrefslogtreecommitdiff
path: root/keyboards/percent/canoe
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/percent/canoe')
-rw-r--r--keyboards/percent/canoe/config.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/keyboards/percent/canoe/config.h b/keyboards/percent/canoe/config.h
index c349c1106..56793bab4 100644
--- a/keyboards/percent/canoe/config.h
+++ b/keyboards/percent/canoe/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 CANOE_CONFIG_H 18#pragma once
19#define CANOE_CONFIG_H
20 19
21#include "config_common.h" 20#include "config_common.h"
22 21
@@ -44,5 +43,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
44#define BACKLIGHT_LEVELS 3 43#define BACKLIGHT_LEVELS 3
45 44
46#define RGBLIGHT_ANIMATIONS 45#define RGBLIGHT_ANIMATIONS
47
48#endif