summary refs log tree commit diff
path: root/docs
diff options
context:
space:
mode:
authorAndré Cruz <andre@cabine.org>2020-12-30 03:40:58 +0000
committerGitHub <noreply@github.com>2020-12-29 19:40:58 -0800
commitca8df55858953476f2681dc1de432f66c8765356 (patch)
treecb9c038992f019cd633579bfc592c0b3e397ab2f /docs
parentfda514bbd7bb26a8a6cc12cd1d5e36b0d12e7ae0 (diff)
Added mac variant of portuguese keymap extras (#11260)
* Added mac variant of portuguese keymap

This keymap is very similar to the existing portuguese keymap, but
some symbols are moved around.

Apply suggestions from code review

Corrected whitespace and implemented some suggested changes.

Co-authored-by: Ryan <fauxpark@gmail.com>

Converted some spaces to nbsp

Added sendstring ISO version

* Apply suggestions from code review

Added suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* Replaced space with nbsp

* Corrected 2 chars in ascii_to_shift_lut

{ and } require shift

Co-authored-by: Ryan <fauxpark@gmail.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/ja/reference_keymap_extras.md1
-rw-r--r--docs/reference_keymap_extras.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/ja/reference_keymap_extras.md b/docs/ja/reference_keymap_extras.md
index e8104e5f3e..fb9d167ae0 100644
--- a/docs/ja/reference_keymap_extras.md
+++ b/docs/ja/reference_keymap_extras.md
@@ -51,6 +51,7 @@ HID Keyboard/Keypad usage ページでは 256 未満の usage が定義されて
 | Norwegian                   | `keymap_norwegian.h`             |
 | Polish                      | `keymap_polish.h`                |
 | Portuguese                  | `keymap_portuguese.h`            |
+| Portuguese (macOS, ISO)     | `keymap_portuguese_osx_iso.h`    |
 | Portuguese (Brazil)         | `keymap_br_abnt2.h`              |
 | Romanian                    | `keymap_romanian.h`              |
 | Russian*                    | `keymap_russian.h`               |
diff --git a/docs/reference_keymap_extras.md b/docs/reference_keymap_extras.md
index 7e3d9bf274..f2abb4e596 100644
--- a/docs/reference_keymap_extras.md
+++ b/docs/reference_keymap_extras.md
@@ -46,6 +46,7 @@ To use these, simply `#include` the corresponding [header file](https://github.c
 |Norwegian                  |`keymap_norwegian.h`            |
 |Polish                     |`keymap_polish.h`               |
 |Portuguese                 |`keymap_portuguese.h`           |
+|Portuguese (macOS, ISO)    |`keymap_portuguese_osx_iso.h`   |
 |Portuguese (Brazil)        |`keymap_br_abnt2.h`             |
 |Romanian                   |`keymap_romanian.h`             |
 |Russian*                   |`keymap_russian.h`              |