feat: add per keyboard layouts

This commit is contained in:
Reza Jelveh 2026-07-05 09:42:30 +08:00
parent ce32e929b9
commit 7b36f7990d
5 changed files with 142 additions and 2 deletions

View file

@ -68,6 +68,7 @@ c_args = [
'-g',
'-Wno-unused-function',
'-DWLR_USE_UNSTABLE',
'-D_GNU_SOURCE',
'-D_POSIX_C_SOURCE=200809L',
'-DVERSION="@0@"'.format(version_with_hash),
'-DSYSCONFDIR="@0@"'.format('/etc'),