Move parts of config to shared

This commit is contained in:
Johannes Marbach 2024-03-30 21:12:37 +01:00
parent 1578617560
commit 8f1262ccb2
6 changed files with 178 additions and 253 deletions

View file

@ -24,6 +24,7 @@ buffyboard_sources = [
shared_sources = [
'../shared/cursor/cursor.c',
'../shared/fonts/font_32.c',
'../shared/config.c',
'../shared/indev.c',
'../shared/log.c',
'../shared/theme.c',