KC_GESC: Escape key that can also work as Grave/Tilde

This commit is contained in:
Kyle Brown
2018-09-24 18:00:35 -07:00
committed by Josh Klar
parent b3469d9fb2
commit 5de46e33bc
3 changed files with 36 additions and 5 deletions

View File

@@ -12,7 +12,7 @@ diode_orientation = DiodeOrientation.COLUMNS
keymap = [
[
[KC.MO(1), KC.H, KC.RESET],
[KC.MO(1), KC.GESC, KC.RESET],
[KC.MO(2), KC.HASH, KC.ENTER],
[KC.LCTRL, KC.SPACE, KC.LSHIFT],
],