about summary refs log tree commit diff stats
path: root/baremetal/README.md
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2021-01-27 19:34:50 -0800
committerKartik Agaram <vc@akkartik.com>2021-01-27 19:54:05 -0800
commitbcb656a7e8eafe5cf9cde4e176cda0c7978464a2 (patch)
treed47af0932d736dca7413333e97838f3663b657d0 /baremetal/README.md
parent4c9587b5f454ac975455fd4635e10491c2069f96 (diff)
downloadmu-bcb656a7e8eafe5cf9cde4e176cda0c7978464a2.tar.gz
7567 - baremetal: shift-key support
Diffstat (limited to 'baremetal/README.md')
-rw-r--r--baremetal/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/baremetal/README.md b/baremetal/README.md
index f9f3b493..5cdb75ed 100644
--- a/baremetal/README.md
+++ b/baremetal/README.md
@@ -10,7 +10,8 @@ they are extremely parsimonious in the hardware they assume:
      pixels per grapheme, this will give us 160x128 graphemes. But it's still
      an open question if it's reasonably widely supported by modern hardware.
      If it isn't, I'll downsize.
-  2. Keyboard. Just a partial US keyboard for now.
+  2. Keyboard. Just a partial US keyboard for now. Main qwerty zone only. No
+     number pad, no function keys, no ctrl/alt/meta/fn/super/capslck/numlck.
 
 That's it:
   * No wifi, no networking