keycodes: no need for special "&" handling anymore

main
Ilya Zhuravlev 2020-10-17 14:49:48 -04:00
parent eceb31a03f
commit 067894a61a
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ KEYCODES_BASIC = [
K(0x21, "KC_4", "$\n4"),
K(0x22, "KC_5", "%\n5"),
K(0x23, "KC_6", "^\n6"),
K(0x24, "KC_7", "&&\n7"),
K(0x24, "KC_7", "&\n7"),
K(0x25, "KC_8", "*\n8"),
K(0x26, "KC_9", "(\n9"),
K(0x27, "KC_0", ")\n0"),