diff options
Diffstat (limited to 'board/hammer')
-rw-r--r-- | board/hammer/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/hammer/board.h b/board/hammer/board.h index aa5678f5d2..0eb75112fb 100644 --- a/board/hammer/board.h +++ b/board/hammer/board.h @@ -203,8 +203,8 @@ #elif defined(BOARD_WHISKERS) #define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_X 2160 #define CONFIG_USB_HID_TOUCHPAD_LOGICAL_MAX_Y 1080 -#define CONFIG_USB_HID_TOUCHPAD_PHYSICAL_MAX_X 1000 /* tenth of mm */ -#define CONFIG_USB_HID_TOUCHPAD_PHYSICAL_MAX_Y 500 /* tenth of mm */ +#define CONFIG_USB_HID_TOUCHPAD_PHYSICAL_MAX_X 1030 /* tenth of mm */ +#define CONFIG_USB_HID_TOUCHPAD_PHYSICAL_MAX_Y 750 /* tenth of mm */ #define CONFIG_TOUCHPAD_VIRTUAL_SIZE (128*1024) #else #error "No touchpad information for board." |