aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/xd75/keymaps/arpinfidel/config.h
diff options
context:
space:
mode:
authorArpinFidel <41154181+ArpinFidel@users.noreply.github.com>2018-08-05 22:55:17 +0700
committerDrashna Jaelre <drashna@live.com>2018-08-05 08:55:17 -0700
commit0346bc2c5b5dc18b54384b7a5bb1094337f7afe2 (patch)
treecbec84bc63844ec26cf039e3e1cab110002d0946 /keyboards/xd75/keymaps/arpinfidel/config.h
parente818b29879924f902df1c58b14869b05c5deeb3e (diff)
downloadfirmware-0346bc2c5b5dc18b54384b7a5bb1094337f7afe2.tar.gz
firmware-0346bc2c5b5dc18b54384b7a5bb1094337f7afe2.tar.bz2
firmware-0346bc2c5b5dc18b54384b7a5bb1094337f7afe2.zip
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/config.h')
-rw-r--r--keyboards/xd75/keymaps/arpinfidel/config.h27
1 files changed, 27 insertions, 0 deletions
diff --git a/keyboards/xd75/keymaps/arpinfidel/config.h b/keyboards/xd75/keymaps/arpinfidel/config.h
new file mode 100644
index 000000000..24caea215
--- /dev/null
+++ b/keyboards/xd75/keymaps/arpinfidel/config.h
@@ -0,0 +1,27 @@
+/* Copyright 2017 Benjamin Kesselring
+ *
+ * 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
+
+// place overrides here
+#define TAPPING_TOGGLE 2
+
+#define MOUSEKEY_DELAY 0
+#define MOUSEKEY_MAX_SPEED 4
+#define MOUSEKEY_TIME_TO_MAX 5
+
+#define MOUSEKEY_WHEEL_MAX_SPEED 1
+#define MOUSEKEY_WHEEL_TIME_TO_MAX 50