Skip to content

Commit e6257be

Browse files
authored
changed mouse wheel scroll interval
1 parent 334eed4 commit e6257be

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

duckboard_R2/config.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* along with this program. If not, see <http://www.gnu.org/licenses/>.
1515
*/
1616

17+
//edited by schmintendo, changed mouse wheel scroll interval
18+
1719
#ifndef CONFIG_H
1820
#define CONFIG_H
1921

@@ -40,6 +42,8 @@
4042
#define ENCODERS_PAD_B { F5 }
4143
#define ENCODER_RESOLUTION 2
4244

45+
#define MOUSEKEY_WHEEL_INTERVAL 50
46+
4347
/* media key slowdown for windows */
4448
#define TAP_CODE_DELAY 20
4549

0 commit comments

Comments
 (0)