diff options
author | Vince Gellár <gellar.vince@gmail.com> | 2019-08-14 21:10:44 +0200 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-08-14 12:10:44 -0700 |
commit | 5d23fb1e3afec56f6bac159138b0bb33fddc4c06 (patch) | |
tree | 314a8f163898eca242da73451c1612926f6ded28 /keyboards/xd75/keymaps/bulbizarre/rules.mk | |
parent | d14ef52b804115bd07f2c22de7d354d6e9e94c58 (diff) |
[Keymap] Xd75 bulbizarre keymap (#6525)
* Added Bulbizarre keymap for the XD75
* Fixed no newline at the end of file
* Update keyboards/xd75/keymaps/bulbizarre/readme.md
Co-Authored-By: MechMerlin <30334081+mechmerlin@users.noreply.github.com>
* Update led status check
Co-Authored-By: fauxpark <fauxpark@gmail.com>
* Remove unnecessary define
Co-Authored-By: fauxpark <fauxpark@gmail.com>
Diffstat (limited to 'keyboards/xd75/keymaps/bulbizarre/rules.mk')
-rw-r--r-- | keyboards/xd75/keymaps/bulbizarre/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/bulbizarre/rules.mk b/keyboards/xd75/keymaps/bulbizarre/rules.mk new file mode 100644 index 0000000000..e20fde4ed0 --- /dev/null +++ b/keyboards/xd75/keymaps/bulbizarre/rules.mk @@ -0,0 +1,16 @@ +# 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/>. + +BACKLIGHT_ENABLE = yes |