I'm not quite sure where to post this, so I apologize if this isn't the right place.. :)
I have a Planck EZ that I've been using for a few months, and today it suddenly stopped reacting to any input (nothing happens).
After further research, I've discovered that it does in fact react, but I need to hold the key for around 3-4 seconds before that one key is registered. I can't repeat the same key twice, they have to be two different keys in order to work.
I haven't tried to do anything to the firmware for a few months. I upgraded to MacOS Catalina a few weeks ago, without that seeming to affect anything.
I tried to flash it by putting it in bootloader/dfu mode, but as far as I can tell from the QMK toolbox, it doesn't seem to recognise the device as a DFU bootloader. It says STM32 device connected. When I try to flash it with a standard .bin for the plank-ez, it seems to work and it plays the little startup jingle. But still, it's unresponsive/extremely slow.
Any help is greatly appreciated! :)
@drashna ?
That's very unusual. Is this an EZ Glow, or just a regular EZ (eg, does it use the rgb matrix).
Also, are you compiling from the QMK repo, or the ZSA repo?
Also, do you have autoshift enabled, as it could potentially cause this sort of combination.
Best yet, do you have your code pushed to github?
Also:
avr-gcc --version to find this out.)arm-none-eabi-gcc --version to find this out.)git describe --abbrev=0 --tags to find this out.)Also, does this version have the issue that you're seeing?
planck_ez_drashna.bin.zip
I tried to flash it by putting it in bootloader/dfu mode, but as far as I can tell from the QMK toolbox, it doesn't seem to recognise the device as a DFU bootloader. It says
STM32 device connected. When I try to flash it with a standard .bin for the plank-ez, it seems to work and it plays the little startup jingle. But still, it's unresponsive/extremely slow.
The STM32 Device connected is what you want to see IIRC. So, that should be good.
Hi! I actually managed to fix some of it just now. I have a local setup using symbolic links to keep my personal layouts and the latest from QMK up to date, where I seem to have mixed up the planck/ez and planck/rev5 configs. When I made sure to use the latest EZ config, it fixed the issue.
I'm still a bit confused about why it happened without me touching the firmware for 3 months, though..
In addition, my LGUI key (placed fourth from the left, bottom row) doesn't seem to work anymore.
To answer your questions:
v7.4.0v7.3.1v0.7.79Thanks a lot for answering :)
This doesn't really sound like a QMK issue. So I'll be closing this.
Most helpful comment
@drashna ?