~ruther/qmk_firmware

ref: 3665ae04410c064a7ab8e9f8aa5f58b7105e16b8 qmk_firmware/keyboards/kudox_full/post_config.h -rw-r--r-- 455 bytes
3665ae04 — HorrorTroll [Keyboard] HorrorTroll Nyx (#21143) 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// Copyright 2021 Kumao Kobo (@kumaokobo)
// SPDX-License-Identifier: GPL-2.0+

#pragma once

#ifndef MOUSEKEY_INTERVAL
#    define MOUSEKEY_INTERVAL       20
#endif
#ifndef MOUSEKEY_DELAY
#    define MOUSEKEY_DELAY          0
#endif
#ifndef MOUSEKEY_TIME_TO_MAX
#    define MOUSEKEY_TIME_TO_MAX    60
#endif
#ifndef MOUSEKEY_MAX_SPEED
#    define MOUSEKEY_MAX_SPEED      7
#endif
#ifndef MOUSEKEY_WHEEL_DELAY
#    define MOUSEKEY_WHEEL_DELAY    0
#endif
Do not follow this link