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:
Purdea Andrei 2021-11-06 14:22:48 +02:00 committed by GitHub
parent 64ef4e9f83
commit 90d4f42865
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 54 additions and 2 deletions

View file

@ -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);