Slight tweak to custom keyboard

This commit is contained in:
Aaron Culliney 2016-01-03 13:09:57 -08:00
parent 5a2529651c
commit bda8efeb45

View File

@ -5,7 +5,7 @@
"_comment" : "hex code for special glyphs",
"_AA" : "b5",
"_ESC" : "bc",
"_UP" : "8b",
"_UP" : "8d",
"_LT" : "88",
"_RT" : "95",
"_DN" : "8a",
@ -19,5 +19,5 @@
[ "Y", "", "", "", "", "", "Z", "G", "", "_ESC"],
[ "S", "", "", "", "", "", "C", "", "_UP", "" ],
[ "", "", "", "", "", "", "", "_LT", "", "_RT"],
[ "A", "", "T", "O", "J", "E", "_SP", "", "_DN", ""]
[ "A", "", "T", "O", "F", "E", "_SP", "", "_DN", ""]
]