summaryrefslogtreecommitdiff
path: root/keyboards/massdrop/alt/keymaps/ewersp/README.md
diff options
context:
space:
mode:
authorPaul Ewers <ewersp@gmail.com>2020-06-21 23:11:10 -0700
committerGitHub <noreply@github.com>2020-06-22 16:11:10 +1000
commit0b09189087c580bc8d3aa2bd529a08c7633d3e2b (patch)
tree76fddbfada785200382527f46e9e9f34a0c1a040 /keyboards/massdrop/alt/keymaps/ewersp/README.md
parent3d6d89966614be1e80d9957fb83743934c5eb162 (diff)
[Keymap] New custom 'super alt' keymap for the Drop ALT (#9385)
* New custom 'super alt' keymap for the Drop ALT * Improvements to 'super alt' keymap based on PR feedback * Fix flickering LED caps lock bug * Code cleanup from PR feedback * Minor keymap layout cleanup
Diffstat (limited to 'keyboards/massdrop/alt/keymaps/ewersp/README.md')
-rw-r--r--keyboards/massdrop/alt/keymaps/ewersp/README.md30
1 files changed, 30 insertions, 0 deletions
diff --git a/keyboards/massdrop/alt/keymaps/ewersp/README.md b/keyboards/massdrop/alt/keymaps/ewersp/README.md
new file mode 100644
index 0000000000..d2e691a9ef
--- /dev/null
+++ b/keyboards/massdrop/alt/keymaps/ewersp/README.md
@@ -0,0 +1,30 @@
+## Greetings, Traveler!
+
+This layout is for the [Massdrop ALT Keyboard](https://drop.com/buy/massdrop-alt-mechanical-keyboard) and targets Windows machines.
+
+This keymap is very similar to the default keymap for the Drop ALT, but it overloads the left alt key to behave like an additional 'Fn' key while keeping the functionality of the alt key intact.
+
+### For example:
+```
+LeftAlt + 1...N -> F1...FN
+LeftAlt + L/R Arrows -> Home/End
+LeftAlt + Home -> End
+LeftAlt + Backspace -> Delete
+LeftAlt + Esc -> Backtick (`)
+```
+
+The novel part of this keymap is that it **preserves the default functionality** of the left alt key, so ```'alt + tab', 'ctrl + alt + del', 'alt + f4'```, etc. all work as expected without using any janky timers.
+
+Everything also works with other modifier keys, so ```'alt + L/R' and 'alt + shift + L/R'``` work great for text manipulation to select lines.
+
+This **'super alt'** keymap will feel very familiar for anyone **coming from macOS** since the Windows alt key is in the same position as CMD on macOS keyboards.
+
+And finally, the original alt key functionality can be toggled at any time by pressing **```'Fn + period'```** so even if you don't like it, you can turn it off.
+
+This keymap was based on the 'default' Drop ALT keymap (and _not_ 'default_md') which means it supports all the fancy QMK RGB patterns, and isn't limited to the stock options that come with the board.
+
+It's also worth noting that this keymap fixes an outstanding issue where the caps lock LED flickers when the RGB mode is keylight or underglow. I could not find a general purpose fix, but the one included here works quite well.
+
+If you have any questions, feel free to reach out to me at: ewersp [at] gmail [dot] com.
+
+Enjoy! **<3**