mirror of
https://github.com/dekuNukem/USB4VC.git
synced 2025-10-31 11:26:46 -07:00
15 lines
237 B
Plaintext
15 lines
237 B
Plaintext
|
|
byte PS2_Victor_ger[] = {
|
|
/* F12 */ 0x20,
|
|
/* ^ */ 0xc,
|
|
// /* Ö */ 0x40,
|
|
/* ß */ 0x17,
|
|
// /* Ä */ 0x41,
|
|
/* Ü */ 0x2c,
|
|
/* # */ 0x18,
|
|
/* 78 F11 */ 0x35,
|
|
/* SCROLL */ 0x43,
|
|
/* HOME */ 26,
|
|
|
|
/* KP/ */ 30
|
|
}; |