mirror of
https://github.com/Keychron/qmk_firmware.git
synced 2024-12-03 14:16:35 +06:00
10 lines
216 B
C
10 lines
216 B
C
// Copyright 2020 Pierre Chevalier <pierrechevalier83@gmail.com>
|
|
// SPDX-License-Identifier: GPL-2.0+
|
|
|
|
#pragma once
|
|
|
|
// Good defaults for home row modifiers
|
|
#define TAPPING_TERM 230
|
|
#define IGNORE_MOD_TAP_INTERRUPT
|
|
|