tmk_keyboard/converter
an_achronism 876ee194bc Unicomp New Model M broken Pause/Break key fix
The PS/2 controller code for Unicomp's current generation PS/2 keyboard
sends the wrong scancodes when Ctrl + Pause (which should be Break) is
pressed.

Instead of it sending the Break sequence...

    E0 7E E0 F0 7E

... representing a press of Scroll Lock, which is Break because Ctrl is
being pressed, it instead sends...

    E0 77

... representing a press of Num Lock, which is just the old way of
getting Pause.

Since the E0 77 coming from the controller is not a normal sequence,
this workaround does not interfere with Ctrl + Num Lock, which still
Pauses as it should.
2023-03-01 02:52:57 +00:00
..
adb_usb adb_usb: Update prebuilt firmware files 2022-05-30 19:40:41 +09:00
ibm4704_usb ibm4704: Use INTERRUPT_CONTROL_ENDPOINT to debug prints 2020-05-08 22:39:55 +09:00
ibmpc_usb Unicomp New Model M broken Pause/Break key fix 2023-03-01 02:52:57 +00:00
m0110_usb m0110: Update prebuilt firmware files 2023-01-30 12:05:11 +09:00
news_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
next_usb next_usb: Update prebuilt firmware file 2023-02-27 13:23:26 +09:00
pana_m8 Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
pc88_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
pc98_usb pc98: Fix glitch and reset signal 2022-02-14 17:32:38 +09:00
ps2_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
serial_mouse serial_mouse: Fix software serial config 2022-06-03 23:15:32 +09:00
sun_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
terminal_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
usb_desc_dump usb_desc_dump: build form arduino ino file 2021-07-20 22:53:34 +09:00
usb_usb usb_usb: Update prebuilt firmware files 2023-02-01 10:23:29 +09:00
x68k_usb Remove INTERRUPT_CONTROL_ENDPOINT from converters 2020-05-08 22:39:55 +09:00
xt_usb xt_usb: Remove prebuilt firmware file 2020-11-22 04:32:23 +09:00