diff options
author | ArpinFidel <41154181+ArpinFidel@users.noreply.github.com> | 2018-08-05 22:55:17 +0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-08-05 08:55:17 -0700 |
commit | 0346bc2c5b5dc18b54384b7a5bb1094337f7afe2 (patch) | |
tree | cbec84bc63844ec26cf039e3e1cab110002d0946 /keyboards/xd75/keymaps/arpinfidel/rules.mk | |
parent | e818b29879924f902df1c58b14869b05c5deeb3e (diff) | |
download | qmk_firmware-0346bc2c5b5dc18b54384b7a5bb1094337f7afe2.tar.gz |
Keymap: XD75 keymap (#3553)
* cloned colinta as base
* switched to default base. started customising
* minor changes to layout
* added mouse keys
* minor tweaks to layout and mouse speed
* updated readme
* tweaked layout
- added middle fn keys
- moved rgb controls to fn layer middle
- added special keys to fn layer right
* moved scroll buttons as to not interfere with lshift
* turned on backlight
* fixed backlight
* changed user keycodes to differentiate
* changed folder name to lowercase
* updated readme
* stop processing after custom keycode
* edits to suit new standards
* added layer indicator using gp100 and gp103
Diffstat (limited to 'keyboards/xd75/keymaps/arpinfidel/rules.mk')
-rw-r--r-- | keyboards/xd75/keymaps/arpinfidel/rules.mk | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/arpinfidel/rules.mk b/keyboards/xd75/keymaps/arpinfidel/rules.mk new file mode 100644 index 000000000..a83220d58 --- /dev/null +++ b/keyboards/xd75/keymaps/arpinfidel/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/>. + +BOOTMAGIC_ENABLE = no |