Completing the BETKB support

- Keyboard is fully functional
- LED, Beeper, and keyboard input not yet implemented
This commit is contained in:
Jacob Alexander 2012-03-27 00:04:43 -04:00
parent 9b1f7e486c
commit 1877dcfa01
4 changed files with 306 additions and 304 deletions

View file

@ -33,7 +33,7 @@
// ----- Defines -----
#define KEYBOARD_SIZE 0x100 // 255 - Size of the array space for the keyboard(max index)
#define KEYBOARD_SIZE 0x7F // 127 - Size of the array space for the keyboard(max index)
#define KEYBOARD_BUFFER 24 // Max number of key signals to buffer