tmk
0e3d7b91b9
next_usb: Update prebuilt firmware file
2023-03-05 22:12:27 +09:00
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
tmk
f2cf76c21f
next_usb: Update prebuilt firmware file
2023-02-27 13:23:26 +09:00
tmk
c3bd84d257
next_usb: Enable TMK_LUFA_DEBUG for unimap firmware
...
To debug this issue:
https://github.com/tmk/tmk_keyboard/issues/753
2023-02-27 13:20:44 +09:00
tmk
5e2288dfa5
next_usb: Change debug messages
2023-02-27 13:12:20 +09:00
tmk
42b50dfd13
next_usb: Fix pin config and add delay for PWR pin
...
experienced false reading during debug
2023-02-27 13:12:20 +09:00
tmk
ebb1449ede
next_usb: Add comments for Suspend mode
2023-02-27 13:12:20 +09:00
tmk
1820eff74f
ibmpc_usb: Update prebuilt firmware files
2023-02-17 12:09:13 +09:00
tmk
b0ca953af2
ibmpc_usb: Fix keyboard ID for XT
...
The converter doesn't read keyboard ID for XT now.
ibmpc.protocol should be set at WAIT_AA before calling read_keybaord_id().
2023-02-17 12:01:02 +09:00
tmk
7fbf2ce367
usb_usb: Update prebuilt firmware files
2023-02-01 10:23:29 +09:00
tmk
e1f98dc0e7
m0110: Update prebuilt firmware files
2023-01-30 12:05:11 +09:00
tmk
2dd9483383
m0110: Attempt international layout support
2023-01-30 12:03:09 +09:00
tmk
463b08ec8d
usb_usb: Update prebuilt firmware files
2023-01-25 13:31:02 +09:00
tmk
1f1fe5fd87
usb_usb: Fix makefile for 8Mz setup
2023-01-24 08:40:17 +09:00
tmk
cdf4bfc3ae
usb_usb: Fix for Apple Magic Keyboard(A1644/A1843)
...
The device has keyboard function at interface 1, not 0. #606
2023-01-22 18:05:10 +09:00
tmk
4df8a27f72
usb_usb: Update prebuilt firmware files
2022-10-21 15:41:51 +09:00
tmk
43bcf35375
ibmpc_usb: Update prebuilt firmware files
2022-09-08 11:32:26 +09:00
tmk
60b648a386
ibmpc_usb: Enable Magic commands again
...
There are Soarer compatible converters without Reset button
like Orihalcon's. Without Magic commands those converters
couldn't start into booloader mode in the end.
https://geekhack.org/index.php?topic=103648.msg3139810#msg3139810
2022-09-08 11:25:45 +09:00
tmk
52cdb909c9
ibmpc: siemens: Add inhibit after send/recv #747
...
SIEMENS PCD 2 Keyboard seems to require "inhibit" for a while after
sending and receiving session, for some reason.
A computer that can work with the keyboard adds "inhibit" after
communications, and this appears to be remedy for the keyboard.
https://github.com/tmk/tmk_keyboard/issues/747
2022-08-25 09:47:52 +09:00
tmk
dfe1143812
ibmpc_usb: Update prebuilt firmware files
2022-07-22 12:38:29 +09:00
tmk
56e88e8bb6
ibmpc_usb: 5576-002 Keypad , fix
...
https://github.com/tmk/tmk_keyboard/issues/688#issuecomment-1191052388
2022-07-21 21:18:00 +09:00
tmk
af424396e1
serial_mouse: Fix software serial config
2022-06-03 23:15:32 +09:00
tmk
0e1aeaa2cb
serial_mouse: Add initial files
2022-05-31 13:15:25 +09:00
tmk
c7282aae4f
adb_usb: Update prebuilt firmware files
2022-05-30 19:40:41 +09:00
tmk
c46d7baa76
adb_usb: Fix comment
2022-05-30 17:20:07 +09:00
tmk
047be5c900
adb_usb: Fix debug print
2022-05-30 17:20:07 +09:00
tmk
f9be56695b
adb_usb: Update table for unplugged device
2022-05-30 17:20:07 +09:00
tmk
442d05bebb
adb_usb: Move deivce to higher address
2022-05-30 17:20:07 +09:00
tmk
4a22b732ae
adb_usb: Check PSW pin at polling rate for debounce
2022-05-30 17:20:07 +09:00
tmk
3d6e5cd570
adb_usb: Poll R0 of unsupported device
2022-05-30 17:20:07 +09:00
tmk
ea36eeebda
adb_usb: Remove startup wait
...
It detects device dynamically with address resolution now, the wait
should not be needed.
2022-05-30 17:20:07 +09:00
tmk
1070cea940
adb_usb: Clean code
2022-05-30 17:20:07 +09:00
tmk
ca1af1a03f
adb_usb: Fix Address Resolution timing
...
- when there is no data transfer for 1000 ms
2022-05-30 17:20:07 +09:00
tmk
15b401a8f2
adb_usb: PSW pin support #735
2022-05-30 17:20:07 +09:00
tmk
781e2dfce9
adb_usb: Address resolution
2022-05-30 17:20:04 +09:00
tmk
27e6c8d6e0
ibmpc_usb: Update prebuilt firmware files
2022-05-29 00:10:13 +09:00
tmk
27178e9569
ibmpc_usb: Fix error handling #718
...
Error was not recovered properly when it happens before entering to LOOP state
2022-05-29 00:07:08 +09:00
tmk
29d59610e1
adb_usb: Update prebuilt firmware files
...
- Add support for JIS keyboard
2022-05-05 18:01:08 +09:00
tmk
755c6c90a5
adb_usb: Fix unimap for JIS
2022-05-05 17:51:24 +09:00
tmk
5f58dc4955
usb_usb: Update prebuilt firmware files
2022-05-05 14:29:52 +09:00
tmk
ce2d9b739a
adb_usb: Fix scan code for T and Y
2022-04-26 12:27:14 +09:00
tmk
694b1070aa
adb_usb: Add JIS layout support
2022-04-25 22:37:53 +09:00
tmk
6ef4a03087
adb_usb: Remove excess keymap layer
2022-04-25 22:37:52 +09:00
tmk
2a92acdd2b
adb_usb: Add support for JIS keys
2022-04-25 22:37:52 +09:00
tmk
9643a76b8e
adb_usb: Remove mouse acceleration
2022-04-25 22:26:21 +09:00
tmk
2ccdf7f6ff
adb_usb: Update prebuilt firmware files
...
- Fix for dumb devices(keypad) #733
- PSW support for NeXT keyboard #735
- Service Request(SRQ) support
- Change adb_host_kbd_led()
- Scan unsuppoted devices by SRQ
2022-04-25 20:09:09 +09:00
tmk
538a241ddc
adb_usb: Add PSW pin support #735
...
NeXT ADB keyboard Power key doesn't send scan code and only asserts PSW.
2022-04-25 20:07:46 +09:00
tmk
da230d3896
adb_usb: Scan unsupported devices with Reg0 by SRQ
2022-04-25 18:18:17 +09:00
tmk
0b3ee443ec
adb_usb: Clean mouse setup code
2022-04-24 19:27:40 +09:00
tmk
373706875e
adb_usb: Clean keyboard setup code
2022-04-24 19:27:40 +09:00