summaryrefslogtreecommitdiffstats
path: root/firmware/export/config
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-04-01 07:15:25 -0400
committerSolomon Peachy <pizza@shaftnet.org>2021-04-05 13:57:01 +0000
commit74ae18cc8a30fbc9af17c7124f71e4096274989c (patch)
tree0832457518a554851aba55f645fc2ea2924e1813 /firmware/export/config
parent1aed109fa8c2a9e5a788295f523642bc71269351 (diff)
downloadrockbox-74ae18cc8a30fbc9af17c7124f71e4096274989c.tar.gz
rockbox-74ae18cc8a30fbc9af17c7124f71e4096274989c.zip
fiiom3k_linux: Enable HAVE_TOUCHPAD and add in missing bits
Change-Id: I78fa5fdb3648adfaa40f6d5f3c255666a85e2761
Diffstat (limited to 'firmware/export/config')
-rw-r--r--firmware/export/config/fiiom3klinux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/firmware/export/config/fiiom3klinux.h b/firmware/export/config/fiiom3klinux.h
index 0ce58be46f..c383242909 100644
--- a/firmware/export/config/fiiom3klinux.h
+++ b/firmware/export/config/fiiom3klinux.h
@@ -51,6 +51,9 @@
#define HAVE_BUTTON_LIGHT
#define HAVE_BUTTONLIGHT_BRIGHTNESS
+/* We have a touchpad */
+#define HAVE_TOUCHPAD
+
/* Main LCD backlight brightness range and defaults: the backlight driver
* has levels from 0 to 32. But 0 is off so start at 1.
*/