summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/keymaps/cheese/readme.md
diff options
context:
space:
mode:
authorAlex Ong <the.onga@gmail.com>2019-01-04 09:43:45 +0100
committerAlex Ong <the.onga@gmail.com>2019-01-04 09:43:45 +0100
commit2bb2977c133646c4e056960e72029270d77cc1eb (patch)
tree235d491f992121ac1716c5bf2fafb80983748576 /keyboards/tada68/keymaps/cheese/readme.md
parenta55c838961c89097ab849ed6cb1f261791e6b9b4 (diff)
parent47c91fc7f75ae0a477e55b687aa0fc30da0a283c (diff)
downloadqmk_firmware-2bb2977c133646c4e056960e72029270d77cc1eb.tar.gz
qmk_firmware-2bb2977c133646c4e056960e72029270d77cc1eb.tar.xz
Merge branch 'master' into debounce_refactor
# Conflicts: # tmk_core/common/keyboard.c
Diffstat (limited to 'keyboards/tada68/keymaps/cheese/readme.md')
-rwxr-xr-xkeyboards/tada68/keymaps/cheese/readme.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/cheese/readme.md b/keyboards/tada68/keymaps/cheese/readme.md
new file mode 100755
index 000000000..8374e469b
--- /dev/null
+++ b/keyboards/tada68/keymaps/cheese/readme.md
@@ -0,0 +1,20 @@
+# pgillan's Cheese TADA68 layout
+
+A collection of tweaks to make the keyboard more mac friendly and increase personal usability,
+based on the default keymap.
+
+* Turned the caps-lock into an additional function key so I didn't have to try to hit the
+ the keys on the right with one hand.
+* Moved the arrow/mouse controls to the caps-lock layer from the function layer.
+* Swapped the Windows key and Alt keys, I didn't have to do it in OS X.
+* Made the escape key work as a backtick when "Alt" is depressed, so I can 1) reverse
+ direction when I Alt-Tab through current applications, and Alt-Backtick through
+ open windows.
+* Turned the backtick/tilde key into another backspace key, so I can just go all the way
+ up to the corner without overshooting.
+* Adjusted the volume controles so M is "mute", the "," ( or "<") is "down", and "." (or ">")
+ is "up". It just makes a ton more sense, I have no idea why it would have been done any
+ differently.
+* Moved PageUp/PageDown up above the delete key, and made the Home and End on the capslock
+ and function layers.
+* Made the tab key on the function layer output 4 spaces instead of a tab character.