aboutsummaryrefslogtreecommitdiff
path: root/keyboards/m10a/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'keyboards/m10a/config.h')
-rw-r--r--keyboards/m10a/config.h38
1 files changed, 18 insertions, 20 deletions
diff --git a/keyboards/m10a/config.h b/keyboards/m10a/config.h
index 6ece2131b..01f9d0d0a 100644
--- a/keyboards/m10a/config.h
+++ b/keyboards/m10a/config.h
@@ -1,22 +1,22 @@
1/* 1/* Copyright
2Copyright 2012 Jun Wako <wakojun@gmail.com> 2 * 2017 Josh Black (@consolenaut)
3 3 * 2021 QMK
4This program is free software: you can redistribute it and/or modify 4 *
5it under the terms of the GNU General Public License as published by 5 * This program is free software: you can redistribute it and/or modify
6the Free Software Foundation, either version 2 of the License, or 6 * it under the terms of the GNU General Public License as published by
7(at your option) any later version. 7 * the Free Software Foundation, either version 2 of the License, or
8 8 * (at your option) any later version.
9This program is distributed in the hope that it will be useful, 9 *
10but WITHOUT ANY WARRANTY; without even the implied warranty of 10 * This program is distributed in the hope that it will be useful,
11MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 11 * but WITHOUT ANY WARRANTY; without even the implied warranty of
12GNU General Public License for more details. 12 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 13 * GNU General Public License for more details.
14You should have received a copy of the GNU General Public License 14 *
15along with this program. If not, see <http://www.gnu.org/licenses/>. 15 * You should have received a copy of the GNU General Public License
16*/ 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */
17 18
18#ifndef CONFIG_H 19#pragma once
19#define CONFIG_H
20 20
21#include "config_common.h" 21#include "config_common.h"
22 22
@@ -72,5 +72,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
72//#define NO_ACTION_ONESHOT 72//#define NO_ACTION_ONESHOT
73//#define NO_ACTION_MACRO 73//#define NO_ACTION_MACRO
74//#define NO_ACTION_FUNCTION 74//#define NO_ACTION_FUNCTION
75
76#endif