error 1

Keypad buttbx = Keypad( makeKeymap(buttons), rowPins, colPins, NUMROWS, NUMCOLS);

this is the code that is marked

Arduino: 1.8.5 (Windows 8.1), Board:"Arduino/Genuino Micro"

ARDUINO_BUTTON_BOXV2:99: error: 'Keypad' does not name a type

Keypad buttbx = Keypad( makeKeymap(buttons), rowPins, colPins, NUMROWS, NUMCOLS);

^

C:\Users\michelle\Desktop\32-FUNCTION-BUTTON-BOX-master\ARDUINO_BUTTON_BOXV2\ARDUINO_BUTTON_BOXV2.ino: In function 'void CheckAllButtons()':

ARDUINO_BUTTON_BOXV2:119: error: 'buttbx' was not declared in this scope

if (buttbx.getKeys())

^

ARDUINO_BUTTON_BOXV2:121: error: 'LIST_MAX' was not declared in this scope

for (int i=0; i<LIST_MAX; i++)

^

ARDUINO_BUTTON_BOXV2:126: error: 'PRESSED' was not declared in this scope

case PRESSED:

^

ARDUINO_BUTTON_BOXV2:127: error: 'HOLD' was not declared in this scope

case HOLD:

^

ARDUINO_BUTTON_BOXV2:130: error: 'RELEASED' was not declared in this scope

case RELEASED:

^

ARDUINO_BUTTON_BOXV2:131: error: 'IDLE' was not declared in this scope

case IDLE:

^

Meerdere bibliotheken gevonden voor "Joystick.h"
Gebruikt: C:\Users\michelle\Documents\Arduino\libraries\Joystick
Niet gebruikt: C:\Program Files (x86)\Arduino\libraries\Joystick
exit status 1
'Keypad' does not name a type

Dit rapport zou meer informatie bevatten met
"Uitgebreide uitvoer weergeven tijden compilatie"
optie aan in Bestand -> Voorkeuren.