diff options
author | That-Canadian <poole.chris.11@gmail.com> | 2017-08-09 23:17:48 -0400 |
---|---|---|
committer | That-Canadian <poole.chris.11@gmail.com> | 2017-08-09 23:17:48 -0400 |
commit | 48a89ad8649ffe5fa054eccf1b0498f8a0a49b32 (patch) | |
tree | 507acee914061af992dd8d657b2374da544c47ae /keyboards/bananasplit/keymaps/default/config.h | |
parent | 597ff7aee9a04b4f4f41d6d1f5b2e1223e0e83b8 (diff) | |
parent | a5ab2412ab6bb4df9be121faa8caaf900dc0ba0d (diff) |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'keyboards/bananasplit/keymaps/default/config.h')
-rw-r--r-- | keyboards/bananasplit/keymaps/default/config.h | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/keyboards/bananasplit/keymaps/default/config.h b/keyboards/bananasplit/keymaps/default/config.h new file mode 100644 index 0000000000..060f5922f2 --- /dev/null +++ b/keyboards/bananasplit/keymaps/default/config.h @@ -0,0 +1,24 @@ +/* Copyright 2017 Balz Guenat + * + * 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 |