From a786274933579f6196e278fa006cacbde85bd674 Mon Sep 17 00:00:00 2001 From: Arthur Paulino Date: Sun, 31 Dec 2017 18:07:56 -0300 Subject: [PATCH] updating action labels --- Hardware:-Keyboard.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Hardware:-Keyboard.md b/Hardware:-Keyboard.md index f2542a9..4ed7c39 100644 --- a/Hardware:-Keyboard.md +++ b/Hardware:-Keyboard.md @@ -9,9 +9,9 @@ Hardware ID: `0x0004` ### Interrupt Behavior | Value of A | Action | Energy cost | Result | | --- | --- | --- | --- | -| `0` | `CLEAR` | `0 kJ` | Clear the keypress buffer | -| `1` | `FETCH_KEY` | `0 kJ` | Reads the oldest keycode from the buffer into the B register and remove it| +| `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 `FETCH_KEY` operation will return `0` when the buffer is empty. +The `KEYBOARD_FETCH_KEY` operation will return `0` when the buffer is empty. Keycodes: [keycode.info](http://keycode.info/) \ No newline at end of file