summaryrefslogtreecommitdiff
path: root/bootloader/x1000.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootloader/x1000.c')
-rw-r--r--bootloader/x1000.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/bootloader/x1000.c b/bootloader/x1000.c
index 2c61773b11..3467547684 100644
--- a/bootloader/x1000.c
+++ b/bootloader/x1000.c
@@ -66,6 +66,17 @@
66# define BL_SELECT_NAME "PLAY" 66# define BL_SELECT_NAME "PLAY"
67# define BL_QUIT_NAME "POWER" 67# define BL_QUIT_NAME "POWER"
68# define BOOTBACKUP_FILE "/fiiom3k-boot.bin" 68# define BOOTBACKUP_FILE "/fiiom3k-boot.bin"
69#elif defined(SHANLING_Q1)
70# define BL_RECOVERY BUTTON_NEXT
71# define BL_UP BUTTON_PREV
72# define BL_DOWN BUTTON_NEXT
73# define BL_SELECT BUTTON_PLAY
74# define BL_QUIT BUTTON_POWER
75# define BL_UP_NAME "PREV"
76# define BL_DOWN_NAME "NEXT"
77# define BL_SELECT_NAME "PLAY"
78# define BL_QUIT_NAME "POWER"
79# define BOOTBACKUP_FILE "/shanlingq1-boot.bin"
69#else 80#else
70# error "Missing keymap!" 81# error "Missing keymap!"
71#endif 82#endif