mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 18:49:08 +00:00
Fix ergodox_yoruian XKB naming
This commit is contained in:
parent
e9ce4960c1
commit
ce53c0643d
2 changed files with 2 additions and 2 deletions
|
@ -2,5 +2,5 @@ Section "InputClass"
|
||||||
Identifier "ErgoDox EZ"
|
Identifier "ErgoDox EZ"
|
||||||
MatchIsKeyboard "on"
|
MatchIsKeyboard "on"
|
||||||
MatchProduct "ErgoDox EZ ErgoDox EZ"
|
MatchProduct "ErgoDox EZ ErgoDox EZ"
|
||||||
Option "XkbLayout" "ergodox_ez_yoruian"
|
Option "XkbLayout" "ergodox_yoruian"
|
||||||
EndSection
|
EndSection
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
partial alphanumeric_keys modifier_keys
|
partial alphanumeric_keys modifier_keys
|
||||||
xkb_symbols "ergodox_ez_yoruian" {
|
xkb_symbols "ergodox_yoruian" {
|
||||||
include "us"
|
include "us"
|
||||||
name[Group1]= "English (yoruian-1.0.0)";
|
name[Group1]= "English (yoruian-1.0.0)";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue