~ruther/qmk_firmware

ref: 032b039d0bf96e4fea0b87e0d2f6cd0fb34b7298 qmk_firmware/keyboards/kudox_full/post_config.h -rw-r--r-- 455 bytes
032b039d — Duncan Sutherland amend alice* community_layouts in keyboards (#21846) 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