Merge pull request #476 from Jademalo/patch-1

Add missing semicolon in charmap
This commit is contained in:
GriffinR
2021-11-18 22:08:38 -05:00
committed by GitHub
+1
View File
@@ -44,6 +44,7 @@ SUPER_ER = 2C
'+' = 2E '+' = 2E
LV = 34 LV = 34
'=' = 35 '=' = 35
';' = 36
'¿' = 51 '¿' = 51
'¡' = 52 '¡' = 52
PK = 53 PK = 53