I just picked up the 1.4 Display Port KVM Switch and it does indeed not suck. I’d love to get the hotkeys working. I’m using a dz60rgb. I can write to the keyboard firmware with QMK. I feel like I’m just missing something or maybe I need to set something in QMK. The keeb is plugged into the HID port in the back of the KVM. I’m getting everything through to VIA and QMK toolbox sees the keeb in DFU mode. Scroll lock or num lock are on layer 1, so I have to hit the layer key before I can get those to register. But they are registering as shown by my keybord tester.
that is correct. I cannot post links, but if you search “qmk config_options” there are a number of options for QMK that can be set when building the firmware
NKRO and TAPPING_TERM stand out as being relevant.
Disable NKRO by putting NKRO_ENABLE = no in rules.mk makes the shortcuts works for me, my board is Kyria
However, I need to move the board to usb 3.0 port before flashing else QMK won’t detect it’s in bootloader mode, and after flashing I need to move it back to HID port for shortcuts to work, which is quite annoying
Dang I think you’re right. Is there anyway to get this to work with the KDBFans PCBs? I got it to work with an old wireless Microsoft keyboard but I can’t see to configure my dz65rgb to talk to the KVM properly via hotkeys.