Search found 441 matches

by hasu
20 Feb 2019, 22:50
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

Re: TMK keyboard firmware collection

Unimap itself doesn't support custom control of keyboard LEDs. By default TMK firmware controls the indicators with led_set() in led.c depending on request from host computer. You have to write C code in you unimap/keymap file. You can control keyboard indicators on ADB keyboard using 'adb_host_kbd_...
by hasu
15 Jan 2019, 09:13
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

Re: TMK keyboard firmware collection

Hi Hasu! Strange things happen… Just now, for instance, I noticed your reply in the Forum Spy, so I toggled the mouse keys layer with Fn + V to mouse over and click the link to this thread. Which worked fine. Then I tried to get back to Layer 0 to write this response. But I couldn't! I was stuck in...
by hasu
15 Jan 2019, 06:46
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

Re: TMK keyboard firmware collection

Can't you disable the numpad and mouse layer with pressing L1+{C, V}? Layer1 is disabled when you release L1(on layer 0), so Toggle keys(T*) on Layer1 is not available on Layer2(numpad) and 3(mouse) without pressing L1. Or you want to place real toggle keys on those layers instead of 'TRNS' so that ...
by hasu
12 Jan 2019, 06:07
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

Re: TMK keyboard firmware collection

Parameters of KEYMAP in your poker.c doesn't match for keymap common.
Check fourth line and the last(fifth) line of your KEYMAP().
by hasu
08 Jan 2019, 04:06
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

Re: TMK keyboard firmware collection

Current firmeware(ps2_interrupt.c) doesn't support two instances of PS/2 device(keyboard and mouse) unfortunately. I believe it is possible to support the two PS/2 devices with some fixes on the related source codes, though. You will have to parameterize clock and data pin configuration to give to P...
by hasu
16 Dec 2018, 20:07
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

As we have discussed here Soarer's converter is not completely compatible to XT keyboard protocol, it works with many of XT keyboards while it doesn't with some of them including Zenith this Z-150 XT and a few rearely boards unfortunately. TMK XT firmware is implemented carefully in conformity with ...
by hasu
15 Nov 2018, 00:39
Forum: Workshop
Topic: Macally MK96
Replies: 20
Views: 5164

Those two keys are defined as 'dual role key'(for layer change) in default keymap of my converter. You can define your keymap and comiple firmware using 'adb_fix_macally' branch.
https://github.com/tmk/tmk_keyboard/blo ... er/adb_usb
by hasu
14 Nov 2018, 08:05
Forum: Keyboards
Topic: AMPEX 220 Converter
Replies: 3
Views: 1466

Good old trusty kbdbabel.org has one. It translates it to PS/2 not USB and controller is 8051 though. https://github.com/tmk/kbdbabel/tree/master/kbdbabel-lk-ps2 (its sourceforge repo has been unuseful now so I mirrored it in github.) The keyboard is well docmented here if you are willing to work on...
by hasu
14 Nov 2018, 06:46
Forum: Workshop
Topic: Macally MK96
Replies: 20
Views: 5164

Great! Thanks for the log. I'll merge the patch into master repository later after some further tests. As for keyboard replug it seems that the converter can detect plugin for some keyboards(M0116, AEK, AEKII, IIGS) but not for others(Apple adjustable keyboard) with current firmware at least. The Ma...
by hasu
14 Nov 2018, 04:01
Forum: Workshop
Topic: Macally MK96
Replies: 20
Views: 5164

Thanks for the test, njm. Hmm, oddly, the Macally keyboard sends scancode in illegal ADB 16-bit data format against the protocol. Just ad-hoc patched for this keyboard. https://github.com/tmk/tmk_keyboard/commit/0cf0fc1701da3bd5e40aefb73a31a7c39f96b58c#diff-bcb388a4035683b92a29b21474216044 Try this ...
by hasu
13 Nov 2018, 01:53
Forum: Workshop
Topic: Macally MK96
Replies: 20
Views: 5164

which key did you short circuit when the error occured? quote, perhaps?
The keyboard seems to send scancode in wrong format from the aspect of what documented protocol expects.
by hasu
14 Oct 2018, 11:54
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

Muirium, Thanks for testing.

You have to edit keymap file and build from source codes but I'll add support for XT converter to online keymap editor some later.
by hasu
11 Oct 2018, 01:45
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

How about programming the converter to emit a hard reset pulse every few seconds when there’s no keyboard online? That ought to wake one up soon after connection. Is there a downside to this? I don't think converter/host can detect plug/unplug of XT keyboard reliably, perhaps we can use reset line ...
by hasu
10 Oct 2018, 09:15
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

Great! Thank you for the testing.

Z-150 certainly needs 'hard reset' by pulse on RESET line and it doesn't work without it, hmm, interesting.
The hard reset happens only once when the converter starts up, so yes, you have to connect keyboard into the converter before pluging it to host.
by hasu
10 Oct 2018, 03:38
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

AHA! I just realized that this is likely just a case of me having the stupid as I often tend to do, as I had the wrong pin soldered for the RESET line! I eagerly look forward to rectifying this when I have the time to return to my soldering station at home. It didn't make a difference for the soare...
by hasu
09 Oct 2018, 01:13
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

Ah, damn, my Zenith seems to be electrically fucked one way or another. When I plug in the converter with your firmware (the converter is tested working with Soarer's firmware on other boards), it makes a temporary beep of the solenoid, and the Num Lock LED is stuck lighting up. The keyboard remain...
by hasu
08 Oct 2018, 03:19
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

It will work if the LED is placed on PD4 properly. Yes, you have to post your wiring on pic or schematic preferably if you need more help. EDIT: did you setup ps/2 converter with your Fujitsu leafspring keyboard? it would be helpful to know how the specific keys works if you can show us your keymap ...
by hasu
03 Oct 2018, 15:51
Forum: Keyboards
Topic: XT Zenith Z-150 converter?
Replies: 101
Views: 74845

I have reseached XT keyboard protocol and worked on XT-USB converter recently. I think I understood the protocol and implemented its converter correctly. Can anyone with Z-150 XT keyobard test my converter and give feedback? Test with any other XT keyboards are also appreciated. The converter firmwa...
by hasu
22 Jun 2018, 08:32
Forum: Keyboards
Topic: PS2 to USB adapter issue
Replies: 2
Views: 1045

It registers special charactors in international keyboard layout.
Alt(Opt) key is stuck for some reason? I think you could try reseating the keycap.
by hasu
20 May 2018, 01:03
Forum: Workshop
Topic: My NeXT keyboard is sick
Replies: 28
Views: 6504

I would add exteral pullup resistors on signal lines at first, this won't be harmful at least. Adafruit code doesn't use internal pullup on the KEYBOARDIN pin and depends solely on output circuit in keyboard. https://github.com/adafruit/USB-NeXT-Keyboard/blob/master/USB_NeXT_Keyboard.ino#L100 You ma...
by hasu
16 May 2018, 05:42
Forum: Keyboards
Topic: XT to PS/2 Converter for Model F
Replies: 74
Views: 23790

Anyone Want to help me here? I'm going to attempt to wire this together on a small breadboard. At least tell me the value of the resistors. I think I can see 99 percent of the traces on those great pictures from the first post. So, I should be able to figure out the wiring from that, but I'm having...
by hasu
16 May 2018, 05:24
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

@snacksthecat many unfamiliar keys... :D You can see ps/2 scan codes with 'hid_listen' if some keys on the keyboard are not supported by the converter. Let me know the scan codes I'll be able to add support for unsupported keys. You don't have to define specific keymap template for this keyboard, yo...
by hasu
14 May 2018, 02:15
Forum: Workshop
Topic: C.ITOH CIT324/324E - Alps Buckling Springs... (Conversion to USB?)
Replies: 38
Views: 10302

I wanna think that the matrix is okay because it was brand spankin' new when I got it. Literally had never seen the light of day. I'm considering exploring the following two avenues: a. buying an actual CIT324 and sniffing the communication between the board and the machine or b. sourcing a second ...
by hasu
13 May 2018, 14:47
Forum: Workshop
Topic: C.ITOH CIT324/324E - Alps Buckling Springs... (Conversion to USB?)
Replies: 38
Views: 10302

DEC VT100 keyboard has just one signal line for communication and the line is bidirectional but half duplex , while VT220 and later models has two signal lines for RX and TX respectively or full duplex. I guess that this keyboard uses half duplex like VT100 , that being said, its 4800bps asynchronou...
by hasu
11 May 2018, 23:39
Forum: Workshop
Topic: C.ITOH CIT324/324E - Alps Buckling Springs... (Conversion to USB?)
Replies: 38
Views: 10302

The user manual said in chapter 3 as "The CIT326 keyboard is a fully compatible DEC VT220-style keyboard. "
So you can know its interface and protocol from DEC documents probably?
by hasu
29 Apr 2018, 00:41
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

Error -30 usually indicates that your wiring is wrong unless your keyboard is in bad shape. Check your pullup resistor value(1K-10K should be ok) and wire connections. Are you sure that wire connections from keyboard is correct? If your give power and ground connection properly the keyboard LEDs bli...
by hasu
26 Apr 2018, 02:06
Forum: Keyboards
Topic: PCB for the 50-key IBM 4740
Replies: 8
Views: 2948

you guys are talking without thread starter as usual :D After seeing the XTant, FSSK/FEXT, Model MF, and the 3277 PCBs, I'm wondering what the PCB of the 50-key IBM 4740 keyboards look like. (That's the 10 x 5 ortholinear one). I know that a number of people here have them. Has anyone scanned the PC...
by hasu
26 Apr 2018, 01:40
Forum: Workshop
Topic: XT/AT/PS2/Terminal to USB Converter with NKRO
Replies: 866
Views: 598118

This may be a niche thing, but does soarers allow for rapid fire inject? What this is is, when you press multiple keys at the same time, all of the keys pressed repeat instead of the last key, for example: Not RFI: asddddddddddddddddddddddddddddddd RFI: asdasdasdasdasdasdasdasdasdasdasdasdasd As lo...
by hasu
25 Apr 2018, 23:48
Forum: Workshop
Topic: TMK keyboard firmware collection
Replies: 339
Views: 193724

You problem is likey to be your wiring as many poeple had.
I can't say soldering job in the pic is good I think you are very new to these things. Your will find someone with skill to ask help in your family(dad or son?), classmates or colleagues.
by hasu
30 Mar 2018, 16:22
Forum: Keyboards
Topic: Topre short-throw travel
Replies: 7
Views: 1689

Go to advanced search