The Wayback Machine - https://web.archive.org/web/20211128215801/https://github.com/qmk/qmk_firmware/issues/6991
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

` key sets to the Esc for DZ60 #6991

Open
JTP709 opened this issue Feb 12, 2019 · 5 comments
Open

` key sets to the Esc for DZ60 #6991

JTP709 opened this issue Feb 12, 2019 · 5 comments

Comments

@JTP709
Copy link

@JTP709 JTP709 commented Feb 12, 2019

I've been trying to set a key to the backtick ` / tilde ~ but after flashing it to my DZ60 board from KBDFans.cn it functions as the Escape key, regardless of what key I try to map it to. I have the DZ60 with 2 shift keys and split backspace key. I'm trying to set the split backspace key the backtick.

@Micro-Biology
Copy link
Contributor

@Micro-Biology Micro-Biology commented Feb 24, 2019

Can you show us your keymap? (host a gist if its not already on github, no need to fork the entire repo)

@drashna
Copy link
Member

@drashna drashna commented Oct 12, 2019

@JTP709 did you have a link for your keymap?

@yanfali
Copy link
Contributor

@yanfali yanfali commented Oct 14, 2019

@JTP709 clear your eeprom, there's a bootmagic setting that flips tilde and esc. It's probably just some eeprom corruption.

@ChrisGVE
Copy link

@ChrisGVE ChrisGVE commented Sep 28, 2021

I'm having the same issue with my DZ60RGB (new boot loader v2.1), KC_ESC works as expected, KC_GESC is simply ignored i.e., no keystroke registered.
I've tried to clear the eeprom with EEP_RST but without success.

Note that I have this problem only with this board, all other boards are working as designed with KC_GESC

@daskygit
Copy link

@daskygit daskygit commented Sep 28, 2021

I'm having the same issue with my DZ60RGB (new boot loader v2.1), KC_ESC works as expected, KC_GESC is simply ignored i.e., no keystroke registered. I've tried to clear the eeprom with EEP_RST but without success.

Note that I have this problem only with this board, all other boards are working as designed with KC_GESC

In this case it's disabled in the rules for the dz60rgb v2_1

SPACE_CADET_ENABLE = no
GRAVE_ESC_ENABLE = no

You'll need to compile locally and enable it in your rules. You'll likely need to disable something else as the new bootloader limits the available size.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment