3823046712
* added edinburgh41 Co-authored-by: Joel Challis <git@zvecr.com> Co-authored-by: jack <0x6a73@protonmail.com> Co-authored-by: Ryan <fauxpark@gmail.com> Co-authored-by: Drashna Jaelre <drashna@live.com>
19 lines
320 B
C
19 lines
320 B
C
// Copyright 2022 L. Mistry (@schwarzer-geiger)
|
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
#pragma once
|
|
|
|
// Underglow LED settings
|
|
|
|
#define RGBLIGHT_SLEEP
|
|
|
|
// Thumbstick settings
|
|
|
|
#undef CURSOR_SPEED
|
|
#define CURSOR_SPEED 95
|
|
|
|
#undef SCROLL_SPEED
|
|
#define SCROLL_SPEED 20
|
|
|
|
// tap dance settings
|
|
#define TAPPING_TERM 155
|