summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/export/config/agptekrocker.h3
-rw-r--r--firmware/target/hosted/agptek/debug-agptek.c1
2 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config/agptekrocker.h b/firmware/export/config/agptekrocker.h
index 637898aaff..42abf4e9f0 100644
--- a/firmware/export/config/agptekrocker.h
+++ b/firmware/export/config/agptekrocker.h
@@ -61,3 +61,6 @@
61 61
62/* Generic HiBy stuff */ 62/* Generic HiBy stuff */
63#include "hibylinux.h" 63#include "hibylinux.h"
64
65/* Define this if a programmable hotkey is mapped */
66#define HAVE_HOTKEY
diff --git a/firmware/target/hosted/agptek/debug-agptek.c b/firmware/target/hosted/agptek/debug-agptek.c
index d0ca613323..8ef0048945 100644
--- a/firmware/target/hosted/agptek/debug-agptek.c
+++ b/firmware/target/hosted/agptek/debug-agptek.c
@@ -70,6 +70,7 @@ bool dbg_hw_info(void)
70#endif 70#endif
71 71
72 btn = button_read_device(); 72 btn = button_read_device();
73 lcd_putsf(0, line++, "btn: %d", btn);
73 74
74 lcd_update(); 75 lcd_update();
75 sleep(HZ/16); 76 sleep(HZ/16);