Completing the BETKB support
- Keyboard is fully functional - LED, Beeper, and keyboard input not yet implemented
This commit is contained in:
parent
9b1f7e486c
commit
1877dcfa01
4 changed files with 306 additions and 304 deletions
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue