summaryrefslogtreecommitdiffstats
path: root/keyboards/m10a/config.h
diff options
context:
space:
mode:
authorJames Young <18669334+noroadsleft@users.noreply.github.com>2021-03-15 01:25:00 -0700
committerGitHub <noreply@github.com>2021-03-15 19:25:00 +1100
commit52b7ebd6be2532fc41ef1593be8e22c5f39d9a1e (patch)
tree4baa836cb753e31af6c4dfb92743879de6c467fe /keyboards/m10a/config.h
parent2e50b34c67ec602e456c4a158c0956aa1b9aaa2d (diff)
M10-A refactor (#12242)
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 6ece2131b9..01f9d0d0a3 100644
--- a/keyboards/m10a/config.h
+++ b/keyboards/m10a/config.h
@@ -1,22 +1,22 @@
-/*
-Copyright 2012 Jun Wako <wakojun@gmail.com>
-
-This program is free software: you can redistribute it and/or modify
-it under the terms of the GNU General Public License as published by
-the Free Software Foundation, either version 2 of the License, or
-(at your option) any later version.
-
-This program is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
-MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-GNU General Public License for more details.
-
-You should have received a copy of the GNU General Public License
-along with this program. If not, see <http://www.gnu.org/licenses/>.
-*/
+/* Copyright
+ * 2017 Josh Black (@consolenaut)
+ * 2021 QMK
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 2 of the License, or
+ * (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
-#ifndef CONFIG_H
-#define CONFIG_H
+#pragma once
#include "config_common.h"
@@ -72,5 +72,3 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
//#define NO_ACTION_ONESHOT
//#define NO_ACTION_MACRO
//#define NO_ACTION_FUNCTION
-
-#endif