summaryrefslogtreecommitdiffstats
path: root/keyboards/ut47/keymaps/non-us/config.h
diff options
context:
space:
mode:
authorAnthony Metcalf <anthony.metcalf1@gmail.com>2018-05-01 17:34:06 +0200
committerDrashna Jaelre <drashna@live.com>2018-05-01 17:34:06 +0200
commitbde1c9d909ae7d226198c45bbf314569e82ca1ee (patch)
treef8afc8ddf4be84128712bfc03b61c51f93809d04 /keyboards/ut47/keymaps/non-us/config.h
parent7a57446f5e0f6044b4e934138edf9fe19177d319 (diff)
downloadqmk_firmware-bde1c9d909ae7d226198c45bbf314569e82ca1ee.tar.gz
qmk_firmware-bde1c9d909ae7d226198c45bbf314569e82ca1ee.tar.xz
Keymap file to match the TMK the board came flashed with (#2868)
* Made the keymap file match the TMK the board UT47 was origonally flashed with using native QMK codes. * Add non-us layout
Diffstat (limited to 'keyboards/ut47/keymaps/non-us/config.h')
-rw-r--r--keyboards/ut47/keymaps/non-us/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ut47/keymaps/non-us/config.h b/keyboards/ut47/keymaps/non-us/config.h
new file mode 100644
index 000000000..46098a22f
--- /dev/null
+++ b/keyboards/ut47/keymaps/non-us/config.h
@@ -0,0 +1,24 @@
+/* Copyright 2018 Carlos Filoteo
+ *
+ * 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_USER_H
+#define CONFIG_USER_H
+
+#include "config_common.h"
+
+// place overrides here
+
+#endif