aboutsummaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/keymaps/onelivesleft/readme.md
diff options
context:
space:
mode:
authorIain King <iain.king@gmail.com>2019-08-24 17:02:38 +0100
committerDrashna Jaelre <drashna@live.com>2019-08-24 09:02:37 -0700
commit70329b4fbb43078cc287203f1e786b5074a8fef9 (patch)
tree68075b1a48eb2eb6dc256f02741cbbacf2193338 /keyboards/tada68/keymaps/onelivesleft/readme.md
parent2ef6bbbf5ffba0142613bc394c41ba580a7e2c7e (diff)
downloadfirmware-70329b4fbb43078cc287203f1e786b5074a8fef9.tar.gz
firmware-70329b4fbb43078cc287203f1e786b5074a8fef9.tar.bz2
firmware-70329b4fbb43078cc287203f1e786b5074a8fef9.zip
[Keymap] ISO keymap for TADA68 with programming in mind (#6597)
* Layout with better use of navigation keys * Update keyboards/tada68/keymaps/onelivesleft/config.h Co-Authored-By: noroadsleft <18669334+noroadsleft@users.noreply.github.com>
Diffstat (limited to 'keyboards/tada68/keymaps/onelivesleft/readme.md')
-rw-r--r--keyboards/tada68/keymaps/onelivesleft/readme.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/onelivesleft/readme.md b/keyboards/tada68/keymaps/onelivesleft/readme.md
new file mode 100644
index 000000000..49f1013d2
--- /dev/null
+++ b/keyboards/tada68/keymaps/onelivesleft/readme.md
@@ -0,0 +1,38 @@
+# onelivesleft TADA68 layout for ISO UK
+
+This is a layout designed with programming in mind. It's a modification of the `iso-uk` layout, and has been tested on a TADA68 purchased from kbdfans in May 2019. The physical key layout includes the "double height" iso Enter key and the "short" Left Shift along side the iso Backslash key. [See this keyboard-layout-editor.com Gist](http://www.keyboard-layout-editor.com/#/gists/acf0f32f7ea0d0ed35c901663ca47919)
+
+## Layout features:
+
+### Navigation column, from top-right down
+
+Bare:
+* Delete
+* Capslock
+* Home
+* End
+
+With FN:
+* Insert
+* Break
+* Page Up
+* Page Down
+
+### Mouse
+* Fn + cursors to move
+* Fn + Right Ctrl for left click
+* Fn + Right Shift for right click
+
+### Misc
+* Capslock key used as a second Fn key (for easy one-handed alt+F4 etc.)
+* Fn + ': `
+* Fn + P: Printscreen
+
+
+## Installation
+
+Please see the [tada68 readme](../../readme.md) using the following command
+
+```
+make tada68:onelivesleft:flashbin
+```