qmk / qmk_firmware

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

ErgoDox EZ command key no longer activating #539

Closed tombruijn closed 8 years ago

tombruijn commented 8 years ago

Hi there, I have a weird issue. I cannot get my ErgoDox EZ to send the Apple COMMAND keycode (⌘). Every other key works, but pressing down on the key configured as the COMMAND key does nothing. This just happen this morning. I have no idea what happened/changed, I haven't flashed my ergodox EZ in what feels like months.

I haven't done anything weird with my setup, I have only created my own keymap. I updated this repo locally (I was 54 commits behind on this repo locally) and updated my keymap to work with the latest version, but no change in behavior. (You can find my keymap here: https://github.com/tombruijn/ergodox-ez-keymap)

I've flashed the default_osx keymap as well and here it doesn't listen to the COMMAND key either. The layouts use different physical keys for the COMMAND key, so it's not like a particular switch is broken.

Using the keyboard viewer I see that macOS doesn't receive anything when pressing down on the key, like it's one of the dead keys I have set up. However, when I press the HYPER key it does activate the COMMAND key.

Can anyone help?

I hate to create issues like this, because I know how incredibly vague this is. "It just stopped working.." is not a good report, but I have no idea how to debug this problem. I get no errors, it compiles fine and the default keymap doesn't work either.

tombruijn commented 8 years ago

well of course the law of filing bug reports dictates that I find this issue afterwards and it fixes my problem: https://github.com/jackhumbert/qmk_firmware/issues/423

thanks! (and ignore me)