diff options
author | James Young <18669334+noroadsleft@users.noreply.github.com> | 2021-03-15 01:25:00 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-15 19:25:00 +1100 |
commit | 52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e (patch) | |
tree | 4baa836cb753e31af6c4dfb92743879de6c467fe /keyboards/m10a/config.h | |
parent | 2e50b34c67ec602e456c4a158c0956aa1b9aaa2d (diff) | |
download | qmk_firmware-52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e.tar.gz qmk_firmware-52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e.zip |
M10-A refactor (#12242)
Diffstat (limited to 'keyboards/m10a/config.h')
-rw-r--r-- | keyboards/m10a/config.h | 38 |
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 |
2 | Copyright 2012 Jun Wako <wakojun@gmail.com> | 2 | * 2017 Josh Black (@consolenaut) |
3 | 3 | * 2021 QMK | |
4 | This program is free software: you can redistribute it and/or modify | 4 | * |
5 | it 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 |
6 | the 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. | |
9 | This program is distributed in the hope that it will be useful, | 9 | * |
10 | but WITHOUT ANY WARRANTY; without even the implied warranty of | 10 | * This program is distributed in the hope that it will be useful, |
11 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | 11 | * but WITHOUT ANY WARRANTY; without even the implied warranty of |
12 | GNU 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. | |
14 | You should have received a copy of the GNU General Public License | 14 | * |
15 | along 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 | ||