<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Please tell me the scroll up/down command for mouse development.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114929/please-tell-me-the-scroll-up-down-command-for-mouse-development</link><description>I am developing a simple BLE mouse using ble_app_hids_mouse of SDK17.1.0. I found out through devzone that left mouse button click sends (1, 0, 0) and right button click sends (2, 0, 0). Of course, I need to send release data (0, 0, 0) in pairs. 
 report_map_data</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 25 Sep 2024 14:30:52 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114929/please-tell-me-the-scroll-up-down-command-for-mouse-development" /><item><title>RE: Please tell me the scroll up/down command for mouse development.</title><link>https://devzone.nordicsemi.com/thread/503803?ContentTypeID=1</link><pubDate>Wed, 25 Sep 2024 14:30:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d8015417-c7c9-457a-b588-3f64a83eed70</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Were you able to resolve this? If not, I recomend you download the old &lt;a href="https://www.nordicsemi.com/Products/Reference-designs/nRFready-Desktop-2/Download?lang=en#infotabs"&gt;nRF ready desktop reference design&lt;/a&gt; and look at the report map there in&amp;nbsp;source_code/pca20001_mouse/desktop_mouse/m_coms_btle_cfg.h (but do not use other parts of the SDK/code there as it is very old).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Please tell me the scroll up/down command for mouse development.</title><link>https://devzone.nordicsemi.com/thread/503458?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2024 17:28:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6b50a1ea-ad81-446c-bc62-157495ecc978</guid><dc:creator>ParanBada</dc:creator><description>&lt;p&gt;&lt;span&gt;scroll up = (0, 0xFF, 0)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;scroll down = (0, 0x01, 0)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;scroll left = (0, 0, 0x01)&lt;/span&gt;&lt;br /&gt;&lt;span&gt;scroll right = (0, 0, 0xFF)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;These values are right?&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>