Nah, TMK Unimap's not working with my plain Teensy 2. I made
this provisional layout here: note the mouse keys on the numpad. Unimap gave me a hex file, which I tried to flash onto the keyboard (an AT protocol
NMB RT8255C+ with black space invaders and a Teensy running Soarer's Converter installed inside) using QMK Toolbox. Here's the log as I ran scboot to put the Teensy into bootloader:
Code: Select all
HID console disconnected: Soarer Soarer's Keyboard Converter (16C0:047D:0100)
HalfKay device connected: (null) (null) (16C0:0478:0120)
Attempting to flash, please don't remove device
> teensy_loader_cli -mmcu=atmega32u4 /Users/muirium/Downloads/unimap.hex -v
HalfKay device disconnected: (null) (null) (16C0:0478:0120)
> Teensy Loader, Command Line, Version 2.2
> Read "/Users/muirium/Downloads/unimap.hex": 24560 bytes, 76.1% usage
> Found HalfKay Bootloader
> Programming................................................................................................................................................................................................
> Bootin
Flash complete
HID console connected: TMK IBM PC keyboard converter (FEED:1BEE:0201)
> TMK:56e88e/LUFA:d6a7df
> SB configured.
> Loop start.
> I250A5501 wFF isr:C000 A5501 wFF R R R R R R R R R R
> 6220 ERR:11 ISR:8000 X6721 X6722
> 22049 ERR:20 ISR:C000 E22050 I22050
> 22052 PRT:22 ISR:B2C0 rB2
> 22126 ERR:20 ISR:D000 E22127 I22127
> 22129 PRT:22 ISR:E0C0 rE0 rCB A25129 wFF isr:D400 X25630
> 27034 ERR:20 ISR:C000 E27034 I27035
> 27037 PRT:22 ISR:34C0 r34
> 27123 ERR:20 ISR:9000 E27124 I27124
> 27126 PRT:22 ISR:E0C0 rE0 rD3
> 28018 ERR:20 ISR:8400 E28018 I28019
> 28021 PRT:22 ISR:34C0 r34
> 28180 ERR:20 ISR:9000 E28181 I28181
> 28183 PRT:22 ISR:E0C0 rE0 rD3 A31183 wFF isr:8400 X31684
> 34311 ERR:20 ISR:C000 E34311 I34312
> 34314 PRT:22 ISR:22C0 r22
> 34449 ERR:20 ISR:D000 E34450 I34450
Unfortunately, the keyboard's currently inoperable. All keystrokes show up in the hid_listen log as those errors you see after the flash. Something's very wrong. Guess I'll try to get it back into the bootloader and fallback to Soarer's.
Edit:
Oh, actually, what do we have here? Quite to my surprise it's working now, after a simple disconnect/reconnect. Haha, nice one TMK! Look's like Unimap's got my back after all.
Edit Edit:
Hmm. Can't seem to make the Shift + Shift + Pause → bootloader "
Magic" key combo work, which means a bunch of screws have to come out so I can press the Teensy's button for myself. Dunno what's going on there. But other than that: it's going good.
![Very Happy :D](./images/smilies/icon_e_biggrin.gif)