From a62f20d80ff76312b35db441b2fe90c8dbaaf9a7 Mon Sep 17 00:00:00 2001 From: Alan Cox Date: Fri, 13 Feb 2015 21:10:59 +0000 Subject: [PATCH] =?utf8?q?zx128:=20turn=20on=20unikey=20so=20'=C2=A3'=20wo?= =?utf8?q?rks?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- Kernel/platform-zx128/config.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Kernel/platform-zx128/config.h b/Kernel/platform-zx128/config.h index 9235758d..7d54b57d 100644 --- a/Kernel/platform-zx128/config.h +++ b/Kernel/platform-zx128/config.h @@ -27,6 +27,8 @@ /* Video terminal, not a serial tty */ #define CONFIG_VT +/* Keyboard contains not ascii symbols */ +#define CONFIG_UNIKEY /* We don't need a font: We will use the ROM font */ #undef CONFIG_FONT8X8 #undef CONFIG_FONT8X8SMALL -- 2.34.1