-#if HW_IS_PROTOTYPE
-
-// TODO
-// FIXME:
-// order of buttons is without sense!
-#define RB_BTN0 1,5
-#define RB_BTN0_IO IOCON_PIO0_1
-
-#define RB_BTN1 1,6
-#define RB_BTN1_IO IOCON_PIO2_9
-
-#define RB_BTN2 3,2
-#define RB_BTN2_IO IOCON_PIO2_6
-
-#define RB_BTN3 3,3
-#define RB_BTN3_IO IOCON_PIO3_3
-
-#define RB_BTN4 2,7
-#define RB_BTN4_IO IOCON_PIO2_7
-
-// A and B buttons on the hackover badge only
-#define RB_BTN_A 1,11
-#define RB_BTN_A_IO IOCON_PIO1_11
-
-#define RB_BTN_B 1,4
-#define RB_BTN_B_IO IOCON_PIO1_4
-
-#else
-