diff options
author | Baris Tosun <me@baristosun.com> | 2017-12-05 17:14:10 +0100 |
---|---|---|
committer | Jack Humbert <jack.humb@gmail.com> | 2017-12-05 11:14:10 -0500 |
commit | dd05bf0d9602820bb9ba3bb1a8586b14c5504312 (patch) | |
tree | 74fbed0d52b374c3c7fa7014bb6683f2edda7760 /keyboards/katana60/keymaps/colemak/config.h | |
parent | 95e68c4ae8d5e1858523e98bb9f90e645608a34e (diff) |
Katana60 (#2068)
* Add files via upload
* katana60 defaults, initial pull-request
* removed icons from google drive
* added simple readme files
* pull-request updates
* readme file updated
* readme file formatting
* improvements before live
* colemak readme
* updated readme files
* removed makefiles and updated readme
Diffstat (limited to 'keyboards/katana60/keymaps/colemak/config.h')
-rw-r--r-- | keyboards/katana60/keymaps/colemak/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/katana60/keymaps/colemak/config.h b/keyboards/katana60/keymaps/colemak/config.h new file mode 100644 index 0000000000..08c51f6cb5 --- /dev/null +++ b/keyboards/katana60/keymaps/colemak/config.h @@ -0,0 +1,24 @@ +/* Copyright 2017 Baris Tosun + * + * 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 |