legionus / kbd

Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/legion/kbd.git
https://kbd-project.org
Other
84 stars 41 forks source link

Fix pt-latin1 failing to load due to euro2 include #79

Closed diogotcorreia closed 2 years ago

diogotcorreia commented 2 years ago

This fixes #78 by changing the include from euro2 to euro2.map, like on other keymaps suchs as de.map and de-latin1.map.

Thanks to @BrunoMSantos for pointing out a fix

legionus commented 2 years ago

Applied. Thanks!