Skip to content

Commit

Permalink
added NUHS keycode
Browse files Browse the repository at this point in the history
  • Loading branch information
pietchaki committed Dec 13, 2022
1 parent 5489776 commit 76a5d7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/python/keymap/brazilian.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,12 @@
"KC_LBRACKET": "`\n´",
"KC_RBRACKET": "{\n[",
"KC_BSLASH": "}\n]",
"KC_NONUS_HASH": "}\n]",
"KC_NONUS_BSLASH": "|\n\\",
"KC_RO": "?\n/",
"KC_6": \n6",
# On the ABNT2 the keypad comma and the keypad dot scancodes are switched
# (presumably because in Brazil comma is used as the decimal separator)
"KC_KP_COMMA": ".",
"KC_KP_DOT": ","
}

0 comments on commit 76a5d7d

Please sign in to comment.