trs80m1: turn on keyboard bit map access
authorAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 14:04:38 +0000 (15:04 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 8 Jul 2018 14:04:38 +0000 (15:04 +0100)
I forgot this earlier, but we also need it so you can set the keyboard map
for things like German TRS80 Model III

Kernel/platform-trs80m1/config.h

index 87a6b31..82b3a90 100644 (file)
 #define VT_RIGHT       63
 #define VT_BOTTOM      15
 
+/* Keyboard bitmap definitions */
+#define KEY_ROWS       8
+#define KEY_COLS       8
+
 #define TICKSPERSEC 40     /* Ticks per second */
 #define PROGBASE    0x8000  /* Base of user  */
 #define PROGLOAD    0x8000  /* Load and run here */