8 lines
192 B
C
8 lines
192 B
C
|
// Copyright 2022 LucW (@luc-languagetools)
|
||
|
// SPDX-License-Identifier: GPL-2.0-or-later
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define DOUBLE_TAP_SHIFT_TURNS_ON_CAPS_WORD
|
||
|
#undef TAPPING_TERM
|
||
|
#define TAPPING_TERM 175
|