forked from mirrors/qmk_firmware
Fix “G” in Neo2 keymap (#9645)
Fix duplicated “NE_H” definition to use “NE_G” in Neo2 keymap,
introduced with commit 44ff14f
.
This commit is contained in:
parent
063a74b660
commit
b30d0361c5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@
|
|||
#define NE_W KC_T // W
|
||||
#define NE_K KC_Y // K
|
||||
#define NE_H KC_U // H
|
||||
#define NE_H KC_I // G
|
||||
#define NE_G KC_I // G
|
||||
#define NE_F KC_O // F
|
||||
#define NE_Q KC_P // Q
|
||||
#define NE_SS KC_LBRC // ß
|
||||
|
|
Loading…
Reference in a new issue