From: Alan Cox Date: Fri, 13 Feb 2015 21:10:59 +0000 (+0000) Subject: zx128: turn on unikey so '£' works X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=a62f20d80ff76312b35db441b2fe90c8dbaaf9a7;p=FUZIX.git zx128: turn on unikey so '£' works --- 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