OpenAnnePro / qmk_firmware

This has since been merged back to mainline QMK. Please use qmk/qmk_firmware
https://qmk.fm
GNU General Public License v2.0
196 stars 64 forks source link

[Bug] Macros freeze up the board #21

Closed MycroftHolmes1989 closed 3 years ago

MycroftHolmes1989 commented 3 years ago

Describe the Bug

The keymap I am using is here: https://gist.github.com/MycroftHolmes1989/6535051ec74257b06dbc7be1ca50c875 Haven't made any changed in rules.mk. The macros do not fire and makes the keyboard freeze. I have tried with two Anne Pro 2 boards, both were C18 boards.

System Information

thomazmoura commented 3 years ago

It might not be related, but try using AP2_SAFE_RANGE instead of SAFE_RANGE, since annepro2 defines some more keys using the SAFE_RANGE:

https://github.com/OpenAnnePro/qmk_firmware/blob/keyboard-annepro2/keyboards/annepro2/annepro2.h

When you hit any of those macros it will activate two different "key actions" since both custom codes are using the same range.

MycroftHolmes1989 commented 3 years ago

That solved it. Thanks.