Add support for the DEC layout Televideo Linear Space Invader keyboards to ibmpc_usb. (#711)
* Add support for the DEC layout Televideo Linear Space Invader keyboards to ibmpc_usb. See this thread for which keyboards I am referring to: https://deskthority.net/viewtopic.php?f=2&t=25763 (Many of these keyboards are completely unbranded on the outside, and only the PCB reads "TELEVIDEO ANSI Scan") * Add kp comma * Changing mapping of backspace keys, as discussed in PR review
This commit is contained in:
parent
64ef4e9f83
commit
90d4f42865
2 changed files with 54 additions and 2 deletions
|
|
@ -111,6 +111,7 @@ class IBMPCConverter {
|
|||
uint8_t translate_5576_cs2(uint8_t code);
|
||||
uint8_t translate_5576_cs2_e0(uint8_t code);
|
||||
uint8_t translate_5576_cs3(uint8_t code);
|
||||
uint8_t translate_televideo_dec_cs3(uint8_t code);
|
||||
|
||||
int16_t read_wait(uint16_t wait_ms);
|
||||
uint16_t read_keyboard_id(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue