awesome! I use altgr-intl (english keyboard, but with spanish tildes with altgr like áéíóúñ). I basically added those key codes as a separate file and cat them with the us keymap to the keyboard ctrl file at boot. Couldn't get Uppercase variants since it seems that Shift+Altgr isn't recognized as a modifier so in those cases I use the standard way of inputting runes

On Sat, Jul 3, 2021 at 9:59 PM Salvador Sabaini <ssf@rtfm.com.ar> wrote:
Hello all,

I couldn't find a Latin American (la) keyboard map for my keyboard, so
I created it.  I'm sharing it here in case you want to include it in
the base system.

cpu% cat /sys/lib/kbmap/la
        0       12      39
        0       13      191
        0       26      180
        0       27      43
        0       39      241
        0       40      123
        0       41      124
        0       43      125
        0       53      45
        0       86      60
        1       3       34
        1       4       35
        1       7       38
        1       8       47
        1       9       40
        1       10      41
        1       11      61
        1       12      63
        1       13      161
        1       26      168
        1       27      42
        1       39      209
        1       40      91
        1       41      176
        1       43      93
        1       51      59
        1       52      58
        1       53      95
        1       86      62
        3       2       124
        3       3       64
        3       6       189
        3       16      64
        3       4       183
        3       5       126
        3       7       172
        3       8       123
        3       9       91
        3       10      93
        3       11      125
        3       12      92
        3       13      184
        3       26      168
        3       27      126
        3       28      10
        3       39      126
        3       40      94
        3       41      172
        3       43      96
        3       52      183
        3       53      47
cpu%


Thank you for your work on this amazing system!

ssf