#ifndef BUTTONS_H
#define BUTTONS_H

#define BTN_UP     3
#define BTN_DOWN   6
#define BTN_LEFT   5
#define BTN_RIGHT  7
#define BTN_SELECT 2
#define BTN_BACK   4

#endif
