; ------------------------------------------------------------------ MAP 0 ; keymap 0 (default keymap) ; ------------------------------------------------------------------ ; Basic Xbox Series X/S Bluetooth Controller mapping for Fire TV OS 7 ; Also works with XBox One Model 1708 with Bluetooth ; ** See tweaks below if using Fire OS 6 ** ; ** L-Stick ** JS1_N PD0L_J_N JS1_NNE PD0L_J_NNE JS1_NE PD0L_J_NE JS1_ENE PD0L_J_ENE JS1_E PD0L_J_E JS1_ESE PD0L_J_ESE JS1_SE PD0L_J_SE JS1_SSE PD0L_J_SSE JS1_S PD0L_J_S JS1_SSW PD0L_J_SSW JS1_SW PD0L_J_SW JS1_WSW PD0L_J_WSW JS1_W PD0L_J_W JS1_WNW PD0L_J_WNW JS1_NW PD0L_J_NW JS1_NNW PD0L_J_NNW ; ** D-Pad remapped to copy L-stick ** JS1_BTN_11 PD0L_D_N JS1_BTN_13 PD0L_D_W JS1_BTN_14 PD0L_D_E JS1_BTN_12 PD0L_D_S JS1_BTN_04 PD0L_KP1 ; View (Keypad 1) MENU PD0L_KP2 ; Menu (Keypad 2) JS1_BTN_07 PD0L_KP3 ; Left stick button (Keypad 3) JS1_BTN_08 PD0L_KP4 ; Right stick button (Keypad 4) JS1_BTN_09 PD0L_KPC ; Left bumper (Keypad Clear) JS1_BTN_10 PD0L_KPE ; Right bumper (Keypad Enter) JS1_BTN_00 PD0L_A_T ; A (Top buttons) JS1_BTN_02 PD0L_A_L ; X (Lower left button) JS1_BTN_01 PD0L_A_R ; B (lower right button) JS1_BTN_03 PAUSE ; Y (Pause game) ADD_COMBO 0 JS1_BTN_04 MENU ; View+Menu (Quit) Returns to previous menu COMBO0 QUIT ; For Fire TV OS 6 change MENU next to Menu and View+Menu to JS1_BTN_06 ; On Fire TV, JS1 may need to be changed to JS2 instead ; Use Event diagnostics first (event_diag.rom) to see if buttons are on JS1 or JS2