diff options
author | NeonSpork <33250853+NeonSpork@users.noreply.github.com> | 2018-07-17 16:56:26 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-17 07:56:26 -0700 |
commit | a57c9648e9712208e816bcc5b412c53882d9d48f (patch) | |
tree | df0509e79e1effd51f4fa9b6c0fe6ec39059fdd4 /keyboards/ut47/keymaps/nordic/config.h | |
parent | e9755521ab73f5ae87e578ed1826fe128de426a7 (diff) |
Keymap: a Nordic layout for UT47 (#3422)
* Add files via upload
Added a nordic layout for UT47
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Update readme.md
* Add files via upload
* Update to readme and keymap files
* Update readme.md
Changed cover image
* Update readme.md
typo fix
* Delete config.h
* Delete keymap.c
* Delete readme.md
* Delete rules.mk
* Updated cover image in readme.md
Fixed typo in image of keymaps
* Update keymap.c
Changed backslash to forward slash in first function layer.
* Add files via upload
* Delete config.h
deleting files so I can upload to a folder with lower case name
* Delete keymap.c
deleting file so I can change to lower case name
* Delete readme.md
deleting file so I can change to lower case name
* Add files via upload
* Update keymap.c
Cleaned up definitions in beginning of file.
Diffstat (limited to 'keyboards/ut47/keymaps/nordic/config.h')
-rw-r--r-- | keyboards/ut47/keymaps/nordic/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/ut47/keymaps/nordic/config.h b/keyboards/ut47/keymaps/nordic/config.h new file mode 100644 index 0000000000..46098a22fb --- /dev/null +++ b/keyboards/ut47/keymaps/nordic/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 |