summaryrefslogtreecommitdiffstats
path: root/keyboards/unloved_bastard/keymaps/default_ansi/config.h
diff options
context:
space:
mode:
authornoroadsleft <18669334+noroadsleft@users.noreply.github.com>2018-07-05 08:22:39 -0700
committerDrashna Jaelre <drashna@live.com>2018-07-05 08:22:39 -0700
commite36cbdc7869c122c4be1295471ae3b7a6107eab9 (patch)
tree5339abe838a807152bad8c9cca98df4b30339331 /keyboards/unloved_bastard/keymaps/default_ansi/config.h
parent3f3a1cc9f34947e90c7b7854c5ff97ef81d9f9ac (diff)
Unloved Bastard refactor and Configurator support (#3318)
* Matrix refactor: KEYMAP to LAYOUT; +LAYOUT_tkl_ansi * Keymap refactor: QMK_KEYBOARD_H; matrix rename; +default_ansi * Configurator support * Add LAYOUTS = tkl_ansi to rules.mk
Diffstat (limited to 'keyboards/unloved_bastard/keymaps/default_ansi/config.h')
-rw-r--r--keyboards/unloved_bastard/keymaps/default_ansi/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/unloved_bastard/keymaps/default_ansi/config.h b/keyboards/unloved_bastard/keymaps/default_ansi/config.h
new file mode 100644
index 0000000000..c55f7f9f7d
--- /dev/null
+++ b/keyboards/unloved_bastard/keymaps/default_ansi/config.h
@@ -0,0 +1,24 @@
+/* Copyright 2018 Alexander Fougner <fougner89 at 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/>.
+ */
+
+#ifndef CONFIG_USER_H
+#define CONFIG_USER_H
+
+#include "config_common.h"
+
+// place overrides here
+
+#endif