以下の設定がデフォルト値として用意されています。
これらはカートリッジのconfig.jsonから変更(ディープマージ)できます
{
"Pad": {
"keyMaps": [
{
"b0": "z",
"b1": "x",
"b2": "c",
"b3": "v",
"left": "ArrowLeft",
"right": "ArrowRight",
"up": "ArrowUp",
"down": "ArrowDown"
},
{
"b0": "a",
"b1": "s",
"b2": "d",
"b3": "f",
"left": "j",
"right": "l",
"up": "i",
"down": "k"
}
]
},
"Video": {
"screenSelector": "#screen",
"screenWidth": 128,
"screenHeight": 72,
"font": "8px misaki_gothic_2nd"
}
}