qmk / qmk_firmware

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

Tap layer with Space key does't work in RETRO_TAPPING #4528

Closed couces closed 4 years ago

couces commented 5 years ago

I configured LT(1,KC_SPACE) and define RETRO_TAPPING. LT with other key worked well, but I couldn't input Space on RETRO_TAPPING.

drashna commented 5 years ago

What keyboard are you using?

Also, are you defining this in your config.h, or keymap.c file? (it needs to be in the config.h file)

couces commented 5 years ago

I'm using Ergodox EZ.

I defined it in config.h, and tap key except for Space(for example, LT(1,KC_ENTER)) went well.

If Space is input within Tapping term, it works normally. But over Tapping term, only space cannot be input even though RETRO_TAPPING is defined.

drashna commented 5 years ago

Make sure that you've updated your repo, as it may be a recent change that fixes this.

Also, could you post a link to your keymap?

stale[bot] commented 4 years ago

This issue has been automatically marked as resolved because it has not had activity in the last 90 days. It will be closed in the next 30 days unless it is tagged properly or other activity occurs.