error 1

ok i did what you say and that works i think but now i get new errors
Arduino: 1.8.5 (Windows 8.1), Board:"Arduino/Genuino Micro"

ARDUINO_BUTTON_BOXV2:95: 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:115: error: 'buttbx' was not declared in this scope

if (buttbx.getKeys())

^

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

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

^

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

case PRESSED:

^

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

case HOLD:

^

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

case RELEASED:

^

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

case IDLE:

^

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.