I have a functional [1] DIY terminal-to-usb converter for a model M122. I's made with a promicro board. I can flash TMK or Soarer firmware, which both work fine. I'm trying to flash QMK firmware with no success. QMK firmware is compiled and flashed with no problems, bus keyboard does nothing at all. As in QMK converter/ibm_terminal page says, uses D2 and D5 pins, instead D0 and D1, as TMK/Soarer's does. I've modified keyboards/converter/ibm_terminal/config.h file as follows:
Code: Select all
/*
* PS/2 USART configuration for ATMega32U4
*/
#ifdef PS2_USE_USART
/* XCK for clock line */
#define PS2_CLOCK_PIN D1
#define PS2_DATA_PIN D0
lsusb (and syslog) recognises correctly the new device as a keyboard.
Thanks in advance.
[1] I've some minor issues with the converter, but generally works