diff options
author | Szymon Dziok <b0hoon@o2.pl> | 2014-10-03 00:20:09 +0200 |
---|---|---|
committer | Szymon Dziok <b0hoon@o2.pl> | 2014-10-03 00:20:09 +0200 |
commit | 193ea0909d05607466ba8fb6448a0e21c322bf14 (patch) | |
tree | 6ffd098e6ef6c710ac73898409866c2c2dfcb33e /firmware/export/config | |
parent | 174523ab58a6bfede3d11ee38b9288e899188584 (diff) |
Samsung yh820/yh92x: add HID keymaps.
Change-Id: I575e0e858aef0090d6864837d40a7b51e996ab43
Diffstat (limited to 'firmware/export/config')
-rw-r--r-- | firmware/export/config/samsungyh820.h | 2 | ||||
-rw-r--r-- | firmware/export/config/samsungyh920.h | 1 | ||||
-rw-r--r-- | firmware/export/config/samsungyh925.h | 2 |
3 files changed, 3 insertions, 2 deletions
diff --git a/firmware/export/config/samsungyh820.h b/firmware/export/config/samsungyh820.h index 08bba1a910..74b5a77004 100644 --- a/firmware/export/config/samsungyh820.h +++ b/firmware/export/config/samsungyh820.h @@ -163,9 +163,9 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USE_ROCKBOX_USB -/* todo - check */ #define USB_VENDOR_ID 0x04e8 #define USB_PRODUCT_ID 0x5023 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config/samsungyh920.h b/firmware/export/config/samsungyh920.h index f9d47008fb..9b378c8ffe 100644 --- a/firmware/export/config/samsungyh920.h +++ b/firmware/export/config/samsungyh920.h @@ -181,6 +181,7 @@ #define USE_ROCKBOX_USB #define USB_VENDOR_ID 0x04e8 #define USB_PRODUCT_ID 0x5022 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ diff --git a/firmware/export/config/samsungyh925.h b/firmware/export/config/samsungyh925.h index 26311cc5fb..45a2d5937e 100644 --- a/firmware/export/config/samsungyh925.h +++ b/firmware/export/config/samsungyh925.h @@ -170,9 +170,9 @@ /* enable these for the experimental usb stack */ #define HAVE_USBSTACK #define USE_ROCKBOX_USB -/* todo - check */ #define USB_VENDOR_ID 0x04e8 #define USB_PRODUCT_ID 0x5024 +#define HAVE_USB_HID_MOUSE /* Define this if you have adjustable CPU frequency */ #define HAVE_ADJUSTABLE_CPU_FREQ |