diff options
author | lebastaq <qlebastard@gmail.com> | 2018-07-23 20:43:13 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-07-23 11:43:13 -0700 |
commit | b5d9bee969e49484d6ded13330f5074af73818dc (patch) | |
tree | 7c926a0a27bf460fb1dec2a1ff1bbfcce1957d7f /keyboards/xd75/keymaps/developper_bepo/config.h | |
parent | 1775a3075e20b331432188a018b1c7a0c140cc1c (diff) |
Keymap: Add software development oriented bepo layout to xd75 (#3451)
* added special keys
* formatting
* disabled autoshift
* updated readme to follow guidelines
* changed copyright
* minor fixes
* added changes requested
* update traditional bepo layout
Diffstat (limited to 'keyboards/xd75/keymaps/developper_bepo/config.h')
-rw-r--r-- | keyboards/xd75/keymaps/developper_bepo/config.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/developper_bepo/config.h b/keyboards/xd75/keymaps/developper_bepo/config.h new file mode 100644 index 0000000000..78357b5bc4 --- /dev/null +++ b/keyboards/xd75/keymaps/developper_bepo/config.h @@ -0,0 +1,19 @@ +/* Copyright 2017 Quentin Lebastard + * + * 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/>. + */ + +#pragma once + +#include "../../config.h" |