qmk / qmk_firmware

Open-source keyboard firmware for Atmel AVR and Arm USB families
https://qmk.fm
GNU General Public License v2.0
18.02k stars 38.73k forks source link

ErgoDox EZ Builds Compiled with QMK Do Not Work in the Oryx Live Trainer #14801

Closed daren-porter closed 2 years ago

daren-porter commented 2 years ago

As the title suggests, it seems like ErgoDox EZ keymaps built using QMK are not usable in the Oryx live trainer utility. https://configure.zsa.io/train

The trainer imposes two requirements in order to function:

I am able to build and download a layout using Oryx's own online configurator and get it to connect to the Live Trainer, but compiling the same layout with QMK renders it unable to connect.

My guess is that the firmware being used is not up to date, but I am admittedly new to this process so apologies ahead of time if I missed something.

fauxpark commented 2 years ago

ZSA has a fork of QMK with their modifications applied, upstream QMK will not work with Oryx. https://github.com/zsa/qmk_firmware

daren-porter commented 2 years ago

Thank you for the information!