summaryrefslogtreecommitdiff
path: root/keyboards/phantom/keymaps/rgbmod/config.h
diff options
context:
space:
mode:
authorJack Humbert2017-06-23 23:07:01 -0400
committerJack Humbert2017-06-23 23:07:01 -0400
commitb9987d65f97c26e40a39dc02c689a7d6d6510442 (patch)
tree5c24a8b84768049ed0a1c6ae7ccc82e38cbf5d28 /keyboards/phantom/keymaps/rgbmod/config.h
parent2c65a177521a2fcd1673f2e8cb054c2047a24dae (diff)
parentdfa6417ae3ef6fedd7c5cb7c820ad90e0270a5ec (diff)
Merge branch 'master' of https://github.com/qmk/qmk_firmware
Diffstat (limited to 'keyboards/phantom/keymaps/rgbmod/config.h')
-rw-r--r--keyboards/phantom/keymaps/rgbmod/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/phantom/keymaps/rgbmod/config.h b/keyboards/phantom/keymaps/rgbmod/config.h
new file mode 100644
index 000000000..a3828f7d5
--- /dev/null
+++ b/keyboards/phantom/keymaps/rgbmod/config.h
@@ -0,0 +1,24 @@
+/* Copyright 2017 Mathias Andersson <wraul@dbox.se>
+ *
+ * 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.h"
+
+// place overrides here
+
+#endif