pikvm/pikvm#878: Added Japanese keys

This commit is contained in:
Maxim Devaev
2022-12-10 18:19:36 +03:00
parent 392b8c3f9e
commit d683149b38
7 changed files with 86 additions and 12 deletions

View File

@@ -132,6 +132,10 @@ uint8_t keymapUsb(uint8_t code) {
case 105: return 102; // Power
case 106: return 100; // IntlBackslash
case 107: return 137; // IntlYen
case 108: return 135; // IntlRo
case 109: return 136; // KanaMode
case 110: return 138; // Convert
case 111: return 139; // NonConvert
default: return 0;
}
}