diff options
author | noroadsleft <18669334+noroadsleft@users.noreply.github.com> | 2018-06-14 19:34:32 -0700 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2018-06-14 19:34:32 -0700 |
commit | ee266dd5c8550a1f8e007a25bae92baf966841c9 (patch) | |
tree | e9a246af6a6b9b54a38a6661f8f56af27417033a /keyboards/tada68/keymaps/iso-uk/readme.md | |
parent | 0a19a07a6ef46f7e05b9307b3201d494f56492ff (diff) |
Tada68 refactor and readme update (#3178)
* Readme update
* Matrix/info.json refactor
* Keymap refactor
* Bugfix for mattdicarlo keymap
Diffstat (limited to 'keyboards/tada68/keymaps/iso-uk/readme.md')
-rw-r--r-- | keyboards/tada68/keymaps/iso-uk/readme.md | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/keyboards/tada68/keymaps/iso-uk/readme.md b/keyboards/tada68/keymaps/iso-uk/readme.md index 03e6769154..168310c499 100644 --- a/keyboards/tada68/keymaps/iso-uk/readme.md +++ b/keyboards/tada68/keymaps/iso-uk/readme.md @@ -4,16 +4,10 @@ This layout has been tested on a TADA68 purchased from kbdfans in March 2018. Th 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 +``` |