From 3817e9f7f4ace75cc3436b87b2afcb8d9305bd17 Mon Sep 17 00:00:00 2001 From: Nate Date: Thu, 4 Jan 2018 18:53:12 -0600 Subject: [PATCH] Updating the document to reflect that the device returns hexadecimal. --- Hardware:-Keyboard.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Hardware:-Keyboard.md b/Hardware:-Keyboard.md index 4ed7c39..ee44d6d 100644 --- a/Hardware:-Keyboard.md +++ b/Hardware:-Keyboard.md @@ -12,6 +12,6 @@ Hardware ID: `0x0004` | `0` | `KEYBOARD_CLEAR` | `0 kJ` | Clear the keypress buffer | | `1` | `KEYBOARD_FETCH_KEY` | `0 kJ` | Reads the oldest keycode from the buffer into the B register and remove it| -The `KEYBOARD_FETCH_KEY` operation will return `0` when the buffer is empty. +The `KEYBOARD_FETCH_KEY` operation will return `0x0` when the buffer is empty. Keycodes: [keycode.info](http://keycode.info/) \ No newline at end of file