summaryrefslogtreecommitdiffstats
path: root/keyboards/tada68/keymaps/iso-uk/readme.md
diff options
context:
space:
mode:
authorbjacques <bjacques@users.noreply.github.com>2018-03-27 18:00:52 +0200
committerDrashna Jaelre <drashna@live.com>2018-03-27 18:00:52 +0200
commit55d0b1f048528439135874dd91ae009b9a2b4c9d (patch)
treea72e93a60a5db27901d94aff8fd3eb76cb786a38 /keyboards/tada68/keymaps/iso-uk/readme.md
parentd3a0c7e3a6eaddd0b6000bf12cfdefac92bc6b55 (diff)
downloadqmk_firmware-55d0b1f048528439135874dd91ae009b9a2b4c9d.tar.gz
qmk_firmware-55d0b1f048528439135874dd91ae009b9a2b4c9d.tar.xz
Create new 'tada68/iso-uk' layout tailored for boards with the big fat iso enter key (#2612)
Diffstat (limited to 'keyboards/tada68/keymaps/iso-uk/readme.md')
-rw-r--r--keyboards/tada68/keymaps/iso-uk/readme.md19
1 files changed, 19 insertions, 0 deletions
diff --git a/keyboards/tada68/keymaps/iso-uk/readme.md b/keyboards/tada68/keymaps/iso-uk/readme.md
new file mode 100644
index 000000000..03e676915
--- /dev/null
+++ b/keyboards/tada68/keymaps/iso-uk/readme.md
@@ -0,0 +1,19 @@
+# TADA68 layout for ISO UK
+
+This layout has been tested on a TADA68 purchased from kbdfans in March 2018. 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)
+
+The Base Layer and Function layer defined here match the layout defined by the kbdfans keyboard layout tool found at http://123.57.250.164:3000/tada68
+
+## Special mention for the ISO Hash key
+
+When viewing tada68.h in this directory, KEYMAP_ISO does not define a key at location *k2c* (it's missing) even though this is where the ISO Hash key (KC_NUHS) physically appears on your keyboard. For some reason we have to map the KC_NUHS to key location *k1d* which is above the Enter key.
+
+In an attempt to clarify this anomaly, the ascii image comments in keymap.c depicts the physical layout, but the definition in *[_BL] = KEYMAP_ISO* depicts the layout that the firmware operates on.
+
+## Installation
+
+Please see the [tada68 readme](../../readme.md) using the following command
+
+```
+make tada68:iso-uk:bin
+``` \ No newline at end of file