diff options
author | Milton Griffin <griffinmilton3@gmail.com> | 2018-11-22 13:15:46 -0500 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-11-22 10:15:46 -0800 |
commit | 2943d19ecd9f91db2390da6f6d09cf58ea2f8dde (patch) | |
tree | 43a0ec2bd8c9d49e19ee3e6a8790ce40be7bf0a5 /keyboards/idobo/keymaps/default75/rules.mk | |
parent | 48262bdce0666442850125d7f0298fb5e0044b0e (diff) |
Keymap: Clone layout for Massdrop's xd75 (#4461)
* Added default75. No lighting.
* Added default75. No lighting.
* Update keyboards/idobo/keymaps/default75/config.h
Co-Authored-By: griffinmilton3 <griffinmilton3@gmail.com>
* Update keyboards/idobo/keymaps/default75/config.h
Co-Authored-By: griffinmilton3 <griffinmilton3@gmail.com>
* Update keyboards/idobo/keymaps/default75/config.h
Co-Authored-By: griffinmilton3 <griffinmilton3@gmail.com>
* Update keyboards/idobo/keymaps/default75/config.h
Co-Authored-By: griffinmilton3 <griffinmilton3@gmail.com>
* Fixes for pull request
* Updated keyboard declartion structure
Diffstat (limited to 'keyboards/idobo/keymaps/default75/rules.mk')
-rw-r--r-- | keyboards/idobo/keymaps/default75/rules.mk | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/keyboards/idobo/keymaps/default75/rules.mk b/keyboards/idobo/keymaps/default75/rules.mk new file mode 100644 index 0000000000..7efceba50a --- /dev/null +++ b/keyboards/idobo/keymaps/default75/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/>. |