diff options
author | Kenny Hung <kennysubs+github@outlook.com> | 2017-09-25 18:20:41 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-09-25 13:20:41 -0400 |
commit | a67c930e9e7b44c6fa7f73516f8410da8de6cb15 (patch) | |
tree | dadfe06110930772a71cf3e8bd985ab97df0bed2 /keyboards/xd75/keymaps/skewwhiffy/config.h | |
parent | 56d750659ab1a1a86fdce3616f945ba75ca3ecc7 (diff) | |
download | qmk_firmware-a67c930e9e7b44c6fa7f73516f8410da8de6cb15.tar.gz qmk_firmware-a67c930e9e7b44c6fa7f73516f8410da8de6cb15.zip |
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.h | 24 |
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 0000000000..f52a97bbc8 --- /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 |