18 lines
336 B
C
18 lines
336 B
C
|
// Copyright 2023 Dreipunkteinsvier (@dreipunkteinsvier)
|
||
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define TAPPING_TERM 180
|
||
|
|
||
|
#undef LOCKING_SUPPORT_ENABLE
|
||
|
#undef LOCKING_RESYNC_ENABLE
|
||
|
|
||
|
|
||
|
#ifdef COMBO_ENABLE
|
||
|
#define COMBO_TERM 20
|
||
|
#define COMBO_ONLY_FROM_LAYER 0
|
||
|
#endif
|
||
|
|
||
|
#define BOTH_SHIFTS_TURNS_ON_CAPS_WORD
|