From 680b15cb84d0f21c5a1a133688f4b430c71b143a Mon Sep 17 00:00:00 2001 From: Soispha Date: Thu, 31 Aug 2023 01:20:57 +0200 Subject: Fix(sys/locale/keymaps/us): Use compose key and deal with qmk macros --- sys/locale/keymaps/us_modified.xkb | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/sys/locale/keymaps/us_modified.xkb b/sys/locale/keymaps/us_modified.xkb index 622ad206..6299a5e9 100644 --- a/sys/locale/keymaps/us_modified.xkb +++ b/sys/locale/keymaps/us_modified.xkb @@ -1,15 +1,9 @@ partial alphanumeric_keys xkb_symbols "us-modified" { - name[Group1]= "US English with additional keys"; - - key {[ o, O, odiaeresis, Odiaeresis]}; - key {[ u, U, udiaeresis, Udiaeresis]}; - key {type[Group1]="EIGHT_LEVEL", - [ a, A, adiaeresis, Adiaeresis, aring, Aring]}; + name[Group1]= "US English with caps lock key as compose key"; include "us(basic)" - include "level3(lalt_switch)" - include "level5(ralt_switch)" + include "compose(caps)" }; // vim: ft=xkb -- cgit 1.4.1