fix building for other platforms

This commit is contained in:
Thomas Göttgens
2023-08-07 19:57:47 +02:00
parent 402f8ba524
commit cbc3e605dd
4 changed files with 16 additions and 2 deletions

View File

@@ -10,6 +10,10 @@
#include "main.h" // for cardkb_found
#ifndef INPUTBROKER_MATRIX_TYPE
#define INPUTBROKER_MATRIX_TYPE 0
#endif
#ifdef OLED_RU
#include "graphics/fonts/OLEDDisplayFontsRU.h"
#endif