use NB_KEYS
This commit is contained in:
parent
7c2753e49a
commit
1e96858588
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ typedef struct hpkey_t {
|
|||
bool pressed;
|
||||
} hpkey_t;
|
||||
|
||||
static hpkey_t keyboard[ 49 ] = {
|
||||
static hpkey_t keyboard[ NB_KEYS ] = {
|
||||
/* From top left to bottom right */
|
||||
{0x14, false},
|
||||
{0x84, false},
|
||||
|
|
Loading…
Reference in a new issue