keycodes: fix shifted ampersand

main
Ilya Zhuravlev 2021-01-14 12:32:56 -05:00
parent 8068211940
commit b4e62d539e
1 changed files with 1 additions and 1 deletions

View File

@ -163,7 +163,7 @@ KEYCODES_SHIFTED = [
K(0x221, "KC_DLR", "$"),
K(0x222, "KC_PERC", "%"),
K(0x223, "KC_CIRC", "^"),
K(0x224, "KC_AMPR", "&&"),
K(0x224, "KC_AMPR", "&"),
K(0x225, "KC_ASTR", "*"),
K(0x226, "KC_LPRN", "("),
K(0x227, "KC_RPRN", ")"),