e59475992e
Co-authored-by: Joel Challis <git@zvecr.com>
12 lines
244 B
C
12 lines
244 B
C
/* Copyright 2022 Binepad (@binpad) */
|
|
/* SPDX-License-Identifier: GPL-2.0-or-later */
|
|
|
|
#pragma once
|
|
|
|
#define TAPPING_TERM 175
|
|
|
|
#ifdef DYNAMIC_KEYMAP_LAYER_COUNT
|
|
#undef DYNAMIC_KEYMAP_LAYER_COUNT
|
|
#endif
|
|
#define DYNAMIC_KEYMAP_LAYER_COUNT 2
|