summaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/keymaps/skewwhiffy/config.h
diff options
context:
space:
mode:
authorKenny Hung <kennysubs+github@outlook.com>2017-09-25 19:20:41 +0200
committerJack Humbert <jack.humb@gmail.com>2017-09-25 19:20:41 +0200
commita67c930e9e7b44c6fa7f73516f8410da8de6cb15 (patch)
treedadfe06110930772a71cf3e8bd985ab97df0bed2 /keyboards/xd75/keymaps/skewwhiffy/config.h
parent56d750659ab1a1a86fdce3616f945ba75ca3ecc7 (diff)
downloadqmk_firmware-a67c930e9e7b44c6fa7f73516f8410da8de6cb15.tar.gz
qmk_firmware-a67c930e9e7b44c6fa7f73516f8410da8de6cb15.tar.xz
XD75RE Custom layout, and clarification in readme.md (#1754)
* Duplicate default layout as basis of my own * Basic Colemak layer, just to practice flashing * Add reset button so that we don't have to short out the reset button on the board to flash it. * Symbols layer * Navigation layer, and remove unused keys. Now usable, nice. * Correct backspace for UK QWERTY mapping * Small clarification in XD75RE readme instructions * Use UK pipe so that I can type a pipe on a UK keyboard
Diffstat (limited to 'keyboards/xd75/keymaps/skewwhiffy/config.h')
-rw-r--r--keyboards/xd75/keymaps/skewwhiffy/config.h24
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/skewwhiffy/config.h b/keyboards/xd75/keymaps/skewwhiffy/config.h
new file mode 100644
index 000000000..f52a97bbc
--- /dev/null
+++ b/keyboards/xd75/keymaps/skewwhiffy/config.h
@@ -0,0 +1,24 @@
+/* Copyright 2017 REPLACE_WITH_YOUR_NAME
+ *
+ * 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