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/rules.mk | |
parent | 1775a3075e20b331432188a018b1c7a0c140cc1c (diff) | |
download | qmk_firmware-b5d9bee969e49484d6ded13330f5074af73818dc.tar.gz |
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/rules.mk')
-rw-r--r-- | keyboards/xd75/keymaps/developper_bepo/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/developper_bepo/rules.mk b/keyboards/xd75/keymaps/developper_bepo/rules.mk new file mode 100644 index 000000000..7efceba50 --- /dev/null +++ b/keyboards/xd75/keymaps/developper_bepo/rules.mk @@ -0,0 +1,14 @@ +# Copyright 2013 Jun Wako <wakojun@gmail.com> +# +# 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/>. |