5bc282eefe
Co-authored-by: Drashna Jaelre <drashna@live.com>
11 lines
288 B
C
11 lines
288 B
C
// Copyright 2023 @miketronic -- Mike B <mxb540@gmail.com>
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#pragma once
|
|
|
|
# define TAPPING_TERM 160
|
|
# define TAPPING_TERM_PER_KEY
|
|
# define HOLD_ON_OTHER_KEY_PRESS
|
|
# define QUICK_TAP_TERM TAPPING_TERM / 2
|
|
# define QUICK_TAP_TERM_PER_KEY
|